-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
{
"name": "armoire",
"version": "1.0.0",
"description": "fashion wardrobe",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js",
"debugger": "DEBUG=*:* npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KanteLabs/Armoire.git"
},
"author": "Amidou Kante",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.4",
"isomorphic-fetch": "^2.2.1",
"method-override": "^2.3.9",
"morgan": "^1.8.2",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg-promise": "^6.3.5"
},
"bugs": {
"url": "https://github.com/KanteLabs/Armoire/issues"
},
"homepage": "https://github.com/KanteLabs/Armoire#readme"
}