-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "appdev-opsportal",
"version": "0.4.0",
"description": "(plugin) A portal for our common operation functions.",
"main": "module.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"postinstall": "node setup/setup.js",
"postupdate": "node setup/setup.js"
},
"repository": {
"type": "git",
"url": "https://github.com/appdevdesigns/appdev-opsportal.git"
},
"author": "Johnny Hausman",
"license": "ISC",
"bugs": {
"url": "https://github.com/appdevdesigns/appdev-opsportal/issues"
},
"homepage": "https://github.com/appdevdesigns/appdev-opsportal",
"dependencies": {
"ad-utils": "appdevdesigns/ad-utils",
"async": "^1.5.2",
"countly-sdk-web": "^16.12.1",
"github": "0.2.4",
"jimp": "https://github.com/appdevdesigns/jimp",
"lodash": "^4.13.1",
"steal-tools": "^0.13.3"
},
"devDependencies": {
"barrels": "^1.5.0",
"chai": "^3.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"mocha": "^2.2.5",
"prettier": "^1.19.1",
"supertest": "^1.1.0"
}
}