-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (54 loc) · 1.24 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
55
{
"name": "nlpUnitConverter",
"description": "NLP based unit covertor",
"version": "1.0.0",
"scripts": {
"preinstall": "npm install grunt-cli",
"compile": "grunt compile",
"lint": "grunt lint",
"test": "mocha --compiler js:babel/register"
},
"contributors": [],
"devDependencies": {
"argparse": "~1.0",
"babel": "5.8",
"babel-eslint": "~3.1",
"debug": "",
"del": "",
"grunt": "~0.4",
"grunt-babel": "~5.0",
"grunt-cli": "~0.1",
"grunt-contrib-clean": "~0.6",
"grunt-eslint": "~16.0",
"grunt-mocha-cli": "~1.13",
"grunt-run": "",
"grunt-shell-spawn": "",
"grunt-ts": "",
"gulp": "",
"gulp-babel": "",
"gulp-develop-server": "^0.4.3",
"gulp-mocha": "",
"gulp-newer": "",
"gulp-sourcemaps": "",
"gulp-tslint": "",
"gulp-tslint-stylish": "",
"gulp-typescript": "",
"gulp-shell": "",
"gulp-spawn": "",
"gulp-connect": "",
"tsd": "",
"jsnetworkx": "~0.3",
"load-grunt-configs": "~0.4",
"load-grunt-tasks": "~3.2",
"mocha": "~2.2",
"nedb": "",
"prompt": "",
"source-map-support": "",
"stanford-corenlp": "0.3.3"
},
"license": "MIT",
"engines": {
"node": ">=0.10.33",
"npm": ">=1.4.28"
}
}