-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 782 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "angular-nlp-compromise",
"version": "1.1.0",
"description": "Angular js module for nlp_compromise library https://github.com/spencermountain/nlp_compromise",
"keywords": ["nlp", "nltk", "natural", "language", "processing", "angular", "nlp_compromise"],
"main": "./dist/angular-nlp-compromise.js",
"repository": {
"type": "git",
"url": "https://github.com/Kroid/angular-nlp-compromise.git"
},
"author": "George M Kroid <kroid@yandex.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kroid/angular-nlp-compromise/issues"
},
"homepage": "https://github.com/Kroid/angular-nlp-compromise",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-include": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0"
}
}