forked from fex-team/yog2-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
48
49
50
51
52
53
{
"name": "yog2-kernel",
"version": "1.10.0",
"description": "yog2 kernel",
"main": "index.js",
"keywords": [
"nodejs",
"fis"
],
"scripts": {
"pub": "npm publish --registry=http://registry.npmjs.org",
"test": "mocha --require should --reporter dot --globals yog --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --globals yog --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --globals yog --check-leaks --slow 0 test/"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/yog2-kernel.git"
},
"bugs": {
"url": "https://github.com/fex-team/yog2-kernel/issues"
},
"homepage": "https://github.com/fex-team/yog2-kernel",
"author": "[email protected]",
"license": "BSD",
"dependencies": {
"async": "1.4.2",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"colors": "1.4.0",
"compression": "1.7.4",
"cookie-parser": "1.4.4",
"debuglog": "1.0.1",
"express": "4.17.1",
"fs-extra": "8.1.0",
"lodash": "4.17.15",
"method-override": "3.0.0",
"multiparty": "4.2.1",
"response-time": "2.3.2",
"serve-favicon": "2.5.0",
"tar": "6.0.1",
"node-ral": "~0.18.1",
"yog-bigpipe": "~0.4.0",
"yog-log": "~0.1.7",
"yog-swig": "~0.6.0",
"yog-view": "~0.9.2"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "3.4.2",
"should": "11.2.1"
}
}