-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 854 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 854 Bytes
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
{
"name": "codelab",
"version": "0.0.0",
"private": true,
"scripts": {
"devstart": "nodemon ./bin/www",
"start": "node ./bin/www"
},
"engines": {
"node": "9.4.0"
},
"dependencies": {
"@slack/client": "^4.8.0",
"animejs": "^2.2.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"csv-parse": "^2.5.0",
"debug": "^3.1.0",
"dotenv": "^5.0.0",
"ejs": "~2.5.7",
"express": "^4.16.3",
"googleapis": "^28.1.0",
"mongoose": "^5.0.4",
"morgan": "~1.9.0",
"request": "^2.83.0",
"serve-favicon": "~2.4.5",
"slack": "^11.0.0",
"svg.js": "^2.6.5",
"svg.pathmorphing.js": "^0.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/learninglab-dev/codelab"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}