compromise
Version:
natural language processing in the browser
47 lines (46 loc) • 1.2 kB
JSON
{
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"name": "compromise",
"description": "natural language processing in the browser",
"version": "7.0.1",
"main": "./builds/nlp_compromise.js",
"repository": {
"type": "git",
"url": "git://github.com/nlp-compromise/nlp_compromise.git"
},
"scripts": {
"test": "node ./scripts/test.js",
"build": "node ./scripts/build.js",
"demo": "node ./scripts/demo.js",
"watch": "node ./scripts/watch.js",
"filesize": "node ./scripts/filesize.js",
"coverage": "node ./scripts/coverage.js"
},
"files": [
"builds/",
"src/"
],
"dependencies": {
"chalk": "^1.1.3"
},
"devDependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babelify": "7.3.0",
"browserify": "13.0.1",
"derequire": "^2.0.3",
"eslint": "^3.1.1",
"gaze": "^1.1.1",
"http-server": "0.9.0",
"jsdoc-parse": "^1.2.7",
"leakage": "^0.2.0",
"nlp-corpus": "latest",
"nyc": "^8.4.0",
"shelljs": "^0.7.2",
"tap-spec": "4.1.1",
"tape": "4.6.0",
"uglify-js": "2.7.0",
"uglifyify": "^3.0.3"
},
"license": "MIT"
}