-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 926 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 926 Bytes
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
{
"name": "clmloader",
"version": "0.2.0",
"description": "conglai module loader",
"scripts": {
"mocha": "NODE_ENV=test mocha tests/**/*.test.js -r ./tests/a.helper.js -R dot -w",
"cover": "node_modules/.bin/istanbul cover --report lcovonly node_modules/.bin/_mocha -- tests/**/*.test.js -r ./tests/a.helper.js -R spec",
"c": "node_modules/.bin/istanbul cover --report html node_modules/.bin/_mocha -- tests/**/*.test.js -r ./tests/a.helper.js -R spec"
},
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.weixinzhuyi.com:wd/clmloader"
},
"dependencies": {
"bluebird": "^3.4.6",
"co": "^4.6.0"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.7.1",
"mocha": "^3.0.2",
"should": "^8.2.2",
"should-sinon": "0.0.5",
"sinon": "^1.17.6",
"http-server": "^0.9.0",
"istanbul": "^0.4.5"
}
}