-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 936 Bytes
/
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
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "my-glitch-app",
"version": "0.0.1",
"description": "What am I about?",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"alexa-sdk": "1.0.25",
"express": "^4.15.3",
"sqlite3": "*",
"sequelize": "*",
"actions-on-google": "*",
"body-parser": "^1.15.2",
"request": "^2.79.0",
"q": "^1.5.1",
"es6-map": "^0.1.4",
"prettyjson": "^1.2.1",
"alexa-verifier": "^1.0.0",
"underscore.string": "^3.3.4",
"mocha": "^5.0.0",
"jsonwebtoken": ">=8.1.1"
},
"engines": {
"node": "8.1.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/welcome-project"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}