-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "jovo-what-can-i-eat-app",
"version": "1.0.0",
"description": "A simple app for hel when you say, what can i eat ?",
"main": "src/index.js",
"dependencies": {
"jovo-db-filedb": "^2.0.2",
"jovo-framework": "^2.2.21",
"jovo-platform-alexa": "^2.0.2",
"jovo-platform-googleassistant": "^2.0.2",
"jovo-plugin-debugger": "^2.0.2",
"request": "^2.88.0"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-install": "^1.1.0",
"gulp-run-command": "0.0.9",
"gulp-zip": "^4.2.0",
"jest": "^23.6.0"
},
"scripts": {
"tsc": "node -v",
"test": "jest",
"bundle": "gulp --gulpfile node_modules/jovo-framework/gulpfile.js --cwd ./",
"start": "cd src && node index.js --webhook",
"launch": "npm start -- --launch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcodefelice/WhatCanIEat.git"
},
"author": "Jovo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/marcodefelice/WhatCanIEat/issues"
},
"homepage": "https://github.com/marcodefelice/WhatCanIEat#readme"
}