-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 852 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
{
"name": "riplist",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "^2.5.3",
"express": "~4.0.0",
"express-session": "~1.0.3",
"mongodb": "^2.2.12",
"morgan": "~1.0.0",
"passport": "~0.2.0",
"passport-stormpath": "~0.2.0",
"static-favicon": "~1.0.0",
"stormpath": "~0.6.0",
"stylus": "0.42.3"
},
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chasezimmy/riplist.git"
},
"author": "chasezimmy",
"license": "ISC",
"bugs": {
"url": "https://github.com/chasezimmy/riplist/issues"
},
"homepage": "https://github.com/chasezimmy/riplist#readme"
}