-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (41 loc) · 964 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
40
41
42
43
44
{
"name": "bandify",
"version": "0.0.0",
"description": "Bandify baby!",
"main": "server.js",
"repository": {
"type": "git",
"url": "git://github.com/wowhack/bandify.git"
},
"dependencies": {
"express": "4.x",
"jade": "~1.5.0",
"supervisor": "*",
"mongoose": "3.*",
"lodash": "2.4.1 ",
"body-parser": "*",
"async": "latest",
"raw-body": "*",
"media-typer": "*",
"binaryjs": "*",
"wav": "latest",
"passport" : "~0.1.17",
"passport-local" : "~0.1.6",
"express-session": "~1.0.0",
"connect-flash" : "~0.1.1",
"bcrypt-nodejs" : "latest",
"cookie-parser" : "*"
},
"scripts": {
"start": "./node_modules/.bin/supervisor server.js"
},
"author": "Niklas and the gang",
"license": "TBA",
"bugs": {
"url": "https://github.com/wowhack/bandify/issues"
},
"homepage": "https://github.com/wowhack/bandify",
"devDependencies": {
"gulp": "~3.8.7"
}
}