forked from spencermountain/compromise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 983 Bytes
/
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
{
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)",
"name": "nlp_compromise",
"description": "natural language processing in the browser",
"version": "4.10.5",
"main": "./builds/nlp_compromise.js",
"repository": {
"type": "git",
"url": "git://github.com/nlp-compromise/nlp_compromise.git"
},
"scripts": {
"run": "grunt",
"test": "grunt test",
"watch": "grunt watch",
"build": "grunt build"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"babelify": "7.2.0",
"browserify": "13.0.0",
"grunt": "0.4.5",
"grunt-bump": "^0.7.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "^18.0.0",
"grunt-filesize": "0.0.7",
"grunt-mocha-istanbul": "3.0.1",
"grunt-mocha-test": "0.12.7",
"grunt-run": "0.5.2",
"mocha": "2.4.3",
"nlp-corpus": "latest",
"should": "8.2.1"
},
"license": "MIT"
}