-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "jovo-sample-voice-app-nodejs",
"version": "2.0.1-alpha.2",
"description": "A sample voice app that works with the Jovo Framework",
"main": "src/index.js",
"dependencies": {
"jovo-db-filedb": "^2.1.0",
"jovo-framework": "^2.1.0",
"jovo-platform-alexa": "^2.1.0",
"jovo-platform-googleassistant": "^2.1.0",
"jovo-plugin-debugger": "^2.1.0"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-install": "^1.1.0",
"gulp-zip": "^4.2.0"
},
"scripts": {
"start": "node index.js --webhook",
"tsc": "node -v",
"test": "echo \"Error: no test specified\"",
"bundle": "gulp --gulpfile node_modules/jovo-framework/gulpfile.js --cwd ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jovotech/jovo-sample-voice-app-nodejs.git"
},
"author": "Jovo",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jovotech/jovo-sample-voice-app-nodejs/issues"
},
"homepage": "https://github.com/jovotech/jovo-sample-voice-app-nodejs#readme"
}