-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 991 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
{
"name": "talkify-natural-classifier",
"version": "1.0.5",
"description": "Open Source NaturalNode/Natural NLP Classifier for Talkify",
"main": "index.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"natural",
"talkify",
"bot",
"classifier",
"nlp"
],
"repository": {
"type": "git",
"url": "https://github.com/manthanhd/talkify-natural-classifier.git"
},
"author": "Manthan Dave <[email protected]> (https://www.manthanhd.com)",
"license": "MIT",
"devDependencies": {
"coveralls": "^2.11.14",
"expect": "^1.20.2",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"mockery": "^2.0.0"
},
"dependencies": {
"natural": "^0.5.4",
"talkify-classifier": "^1.0.2"
}
}