-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Donna",
"version": "0.1.0",
"description": "Donna, the best Virtual Secretary platform",
"main": "src/index.js",
"bin": {
"donna-ai": "bin/donna.js"
},
"scripts": {
"start": "node bin/donna.js",
"test": "./node_modules/mocha/bin/mocha --reporter spec --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/Donna-ai/Donna.git"
},
"keywords": [
"virtual",
"assistant",
"secretary",
"platform",
"ai",
"ml",
"artificial",
"intelligence",
"machine",
"learning",
"nlp",
"natural",
"language",
"processing",
"bot"
],
"author": "Glavin Wiechert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Donna-ai/Donna/issues"
},
"homepage": "https://github.com/Donna-ai/Donna",
"dependencies": {
"async": "^0.9.0",
"chalk": "^1.0.0",
"lodash": "^3.4.0",
"node-wit": "^1.1.0",
"q": "^1.2.0",
"winston": "^0.9.0"
},
"devDependencies": {
"mocha": "^2.2.0"
}
}