-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 959 Bytes
/
package.json
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
{
"name": "docker-autobuild",
"private": "true",
"homepage": "https://github.com/firstandthird/docker-autobuild",
"author": "First+Third",
"scripts": {
"start": "rapptor",
"dev": "npm install && npm prune && nodemon -x npm start",
"test": "eslint . && NODE_ENV=test tap --cov test/*.test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/firstandthird/docker-autobuild.git"
},
"dependencies": {
"boom": "^7.3.0",
"confi": "^9.5.0",
"hapi-favicon": "^2.0.0",
"joi": "^13.1.2",
"logr-slack": "^1.2.0",
"p-map": "^1.2.0",
"rapptor": "^7.4.0",
"runshell": "^1.0.1",
"qs": "^6.6.0",
"wreck": "^14.0.2"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.8.0",
"nodemon": "^1.11.0",
"tap": "^11.1.0"
},
"eslintConfig": {
"extends": "firstandthird"
}
}