-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 944 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
{
"author": "Adrian Bravo <me@adrianbravo.net>",
"name": "jukesy",
"private": true,
"description": "music video player",
"version": "0.0.2",
"homepage": "http://jukesy.com",
"repository": {
"type": "git",
"url": "https://github.com/adrianbravo/jukesy"
},
"main": "./",
"engines": {
"node": ">= v0.6.9"
},
"dependencies": {
"async" : "0.1.15",
"bcrypt" : "0.8",
"connect" : "1.8.5",
"connect-mongo" : "0.1.7",
"express" : "2.5.4",
"jade" : "0.20.0",
"moment" : "1.5.1",
"mongodb" : "0.9.8-5",
"mongoose" : "2.5.6",
"nodemailer" : "0.3.18",
"qs" : "0.5.0",
"request" : "2.9.202",
"underscore" : "1.3.1"
},
"devDependencies": {
"chai" : "0.2.4",
"less" : "1.3.0",
"mocha" : "0.11.0",
"superagent" : "0.3.0",
"uglify-js" : "1.2.6"
}
}