-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 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
{
"name": "creepy-doll-voice-app",
"version": "1.0.0",
"description": "A voice app for playing Creepy Doll Music by Derek & Brandon YouTube channel",
"main": "index.js",
"scripts": {
"all": "rm yarn.lock; rm -r node_modules/; yarn install",
"lint": "eslint src/ aws-config.js gulpfile.js project.js",
"lint-fix": "eslint --fix src/ aws-config.js gulpfile.js project.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dashbot": "^10.4.5",
"jovo-db-dynamodb": "^2.2.13",
"jovo-framework": "^2.2.17",
"jovo-platform-alexa": "^2.2.19",
"jovo-platform-googleassistant": "^2.2.17",
"jovo-plugin-debugger": "^2.2.15",
"lodash": "^4.17.15",
"universal-analytics": "^0.4.20"
},
"devDependencies": {
"del": "^5.1.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"gulp": "^3.9.1",
"gulp-install": "^1.1.0",
"gulp-zip": "^5.0.0",
"merge-stream": "^2.0.0",
"node-aws-lambda": "^0.1.8",
"run-sequence": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omenocal/creepy-doll-voice-app.git"
},
"author": "Octavio Menocal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/omenocal/creepy-doll-voice-app/issues"
},
"homepage": "https://github.com/omenocal/creepy-doll-voice-app#readme"
}