-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "sisyphe",
"version": "5.1.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "lerna bootstrap",
"server": "node server.js",
"test": "mocha && lerna run --ignore *-worker test",
"coverage": "nyc --reporter=text --reporter=html mocha",
"updated": "lerna updated",
"publish": "lerna publish --skip-npm && git push --follow-tags"
},
"author": "",
"license": "MIT",
"dependencies": {
"ansicolors": "^0.3.2",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.5",
"bluebird": "^3.5.1",
"bull": "^3.3.6",
"colors": "^1.1.2",
"commander": "^2.11.0",
"express": "^4.16.2",
"gitmanager": "git+https://github.com/istex/GitManager.git",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.5.5",
"klaw": "^2.1.1",
"lodash": "^4.17.4",
"marked": "^0.3.12",
"readline": "^1.3.0",
"redis": "^2.8.0",
"serve-static": "^1.13.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-events": "0.0.1",
"lerna": "^2.5.1",
"mocha": "^3.5.3",
"nyc": "^11.3.0"
},
"optionalDependencies": {
"popplonode": "^1.8.1"
}
}