-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "nools-ts",
"version": "2.3.7",
"description": "nools in TypeScript.",
"main": "nools.min.js",
"scripts": {
"test": "mocha -R dot --require should ./tests/**.test.js --max-old-space-size=4096 --harmony --check-leaks",
"converage": "istanbul cover -hook-run-in-content node_modules/mocha/bin/_mocha --require should ./tests/**.test.js --max-old-space-size=4096 --harmony --check-leaks",
"dist": "gulp && npm publish ./dist/",
"build": "gulp",
"karma": "karma start ./tests/karma.unit.js"
},
"keywords": [
"nools"
],
"author": "taoqf <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/mocha": "5.2.5",
"babel-core": "6.26.3",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"browserify": "16.2.2",
"gulp": "3.9.1",
"gulp-babel": "7.0.1",
"gulp-rename": "1.4.0",
"gulp-sequence": "1.0.0",
"gulp-shell": "0.6.5",
"gulp-uglyfly": "1.4.2",
"istanbul": "0.4.5",
"jison": "0.4.18",
"karma": "3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-phantomjs-launcher": "1.0.4",
"karma-should": "1.0.0",
"karma-webpack": "3.0.0",
"mocha": "5.2.0",
"typescript": "3.1.0-dev.20180817",
"webpack": "4.16.5"
},
"dependencies": {
"@types/node": "10.7.1",
"lodash-ts": "1.2.7",
"should": "13.2.3"
}
}