-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "slj-ci",
"version": "1.0.0",
"description": "A ci system for github",
"main": "main.js",
"scripts": {
"start": "nodemon start",
"test": "lab -e test -T node_modules/lab-babel -t 100 -l",
"coverage": "lab -l -T node_modules/lab-babel -r lcov -o coverage/lcov.info",
"report": "cat ./coverage/lcov.info | coveralls",
"db": "node scripts/createDb.js"
},
"keywords": [
"backend",
"hapi",
"sj"
],
"repository": {
"type": "git",
"url": "git@github.com:junfeisu/slj-cli.git"
},
"author": "junfeisu",
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"coveralls": "^2.13.3",
"istanbul": "^0.4.5",
"lab": "^14.3.4",
"lab-babel": "^1.1.1",
"nodemon": "^1.18.3"
},
"dependencies": {
"axios": "^0.18.0",
"boom": "^7.2.0",
"dockerode": "^2.5.7",
"hapi": "^17.6.0",
"joi": "^13.6.0",
"js-yaml": "^3.12.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.2",
"mysql": "^2.16.0",
"shelljs": "^0.8.2",
"socket.io": "^2.1.1"
}
}