-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 894 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 894 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": "askroulette",
"version": "0.0.1",
"description": "Ask a question get a question",
"main": "app.js",
"private": true,
"scripts": {
"start": "node run.js"
},
"repository": {
"type": "git",
"url": "git@github.com:dordille/askroulette.git"
},
"dependencies": {
"express": "3.4.4",
"coffee-script": "~1.6.x",
"mongoose": "~3.6.x",
"redis": "latest",
"jade": "*",
"stylus": "*",
"passport": "*",
"passport-tumblr": "*",
"brunch": "latest",
"shortid": "*",
"connect-redis": "~1.4.5",
"mongodb": "latest",
"express-spa-router": "0.0.5",
"tumblr.js": "latest",
"commander": "~2.1.0",
"mongoose-times": "~0.1.0"
},
"devDependencies": {
"node-dev": "2.x.x",
"mocha": "latest",
"should": "latest",
"pow-mongoose-fixtures": "latest"
},
"engines": {
"node": "0.10.x"
}
}