forked from spencermountain/compromise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.62 KB
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
56
{
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"name": "compromise",
"description": "natural language processing in the browser",
"version": "10.7.2",
"main": "./builds/compromise.js",
"repository": {
"type": "git",
"url": "git://github.com/nlp-compromise/compromise.git"
},
"scripts": {
"test": "node ./scripts/test.js",
"testBuild": "TESTENV=prod node ./scripts/test.js",
"buildTest": "TESTENV=prod node ./scripts/test.js",
"test:types": "tsc --project test/types",
"testb": "node ./scripts/browserTest.js",
"benchmark": "node ./scripts/benchmark.js",
"build": "node ./scripts/build/index.js",
"pack": "node ./scripts/pack.js",
"prepublish": "node ./scripts/prepublish",
"postpublish": "node ./scripts/postpublish",
"demo": "node ./scripts/demo.js",
"watch": "node ./scripts/watch.js",
"filesize": "node ./scripts/filesize.js",
"coverage": "node ./scripts/coverage.js",
"lint": "node ./scripts/prepublish/linter.js"
},
"files": [
"builds/",
"docs/"
],
"dependencies": {
"efrt": "1.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babelify": "7.3.0",
"babili": "0.0.11",
"browserify": "13.0.1",
"browserify-glob": "^0.2.0",
"bundle-collapser": "^1.2.1",
"chalk": "^1.1.3",
"codacy-coverage": "^2.0.0",
"derequire": "^2.0.3",
"eslint": "^3.1.1",
"gaze": "^1.1.1",
"http-server": "0.9.0",
"nyc": "^8.4.0",
"shelljs": "^0.7.2",
"tap-min": "^1.1.0",
"tap-spec": "4.1.1",
"tape": "4.6.0",
"uglify-js": "2.7.0"
},
"license": "MIT"
}