-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 868 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
{
"name": "moodj",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesrbedwell/moodj.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesrbedwell/moodj/issues"
},
"homepage": "https://github.com/jamesrbedwell/moodj#readme",
"dependencies": {
"aws-sdk": "^2.369.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"node-fetch": "^2.3.0",
"querystring": "^0.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"nodemon": "^1.18.7"
}
}