-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.18 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
{
"name": "project-jarvis",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"alarm": "^2.0.0",
"bluebird": "^3.5.0",
"chalk": "^2.0.1",
"command-exists": "^1.2.2",
"dotenv": "^4.0.0",
"error-stack-parser": "^2.0.1",
"express": "^4.15.3",
"fs": "^0.0.1-security",
"google-tts-api": "0.0.1",
"ip": "^1.1.5",
"jsdoc": "^3.5.4",
"json-pretty": "0.0.1",
"mathjs": "^3.15.0",
"node-cmd": "^3.0.0",
"node-curl-download": "0.0.2",
"node-wit": "^4.3.0",
"path": "^0.12.7",
"sync-request": "^4.1.0",
"weekday": "^3.0.1",
"wikijs": "^3.2.0",
"word2num": "^0.1.1",
"wtf_wikipedia": "^1.0.1",
"youtube-search": "^1.0.10"
},
"devDependencies": {
"tui-jsdoc-template": "^1.2.2"
},
"scripts": {
"start": "node app.js",
"generate-docs": "rm -R ./out; jsdoc ./ -r -p -c ./jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/herohamp/project-jarvis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/herohamp/project-jarvis/issues"
},
"homepage": "https://github.com/herohamp/project-jarvis#readme"
}