-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
54
{
"name": "dask",
"version": "1.0.201803221328",
"description": "Task schadule in JavaScript",
"main": "index.js",
"scripts": {
"test": "mocha --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",
"karma": "karma start ./tests/karma.unit.js",
"build": "gulp"
},
"keywords": [
"typescript",
"dask",
"task schadule",
"javascript"
],
"repository": "git+https://github.com/taoqf/dask.git",
"author": "taoqf",
"license": "MIT",
"bugs": {
"url": "https://github.com/taoqf/dask/issues"
},
"homepage": "https://github.com/taoqf/dask#readme",
"dependencies": {},
"devDependencies": {
"@types/mocha": "latest",
"@types/ndarray": "latest",
"babel-core": "latest",
"babel-plugin-transform-runtime": "latest",
"babel-preset-env": "latest",
"browserify": "latest",
"del": "latest",
"gulp": "latest",
"gulp-babel": "latest",
"gulp-rename": "latest",
"gulp-sequence": "latest",
"gulp-shell": "latest",
"gulp-uglify": "latest",
"istanbul": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-mocha": "latest",
"karma-mocha-reporter": "latest",
"karma-should": "latest",
"karma-webpack": "latest",
"mocha": "latest",
"ndarray": "latest",
"pump": "latest",
"should": "latest",
"typescript": "next",
"webpack": "latest"
}
}