forked from FabricLabs/soundtrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 940 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": "soundtrack.io",
"version": "0.0.0",
"description": "ERROR: No README.md file found!",
"main": "soundtrack.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "",
"license": "BSD",
"dependencies": {
"passport": "~0.1.17",
"passport-local-mongoose": "~0.2.4",
"express": "~3.3.3",
"jade": "~0.32.0",
"mongoose": "~3.6.14",
"async": "~0.2.9",
"underscore": "~1.4.4",
"mongoose-redis-cache": "0.0.3",
"connect-redis": "~1.4.5",
"mongoose-slug": "~1.1.1",
"sockjs": "~0.3.7",
"restler": "git+http://github.com/danwrong/restler.git",
"flashify": "~0.1.2",
"pkgcloud": "~0.8.2",
"passport-local": "~0.1.6",
"marked": "~0.2.9",
"moment": "~2.0.0",
"redis": "~0.8.4",
"slug-component": "~1.1.0",
"validator": "~1.3.0",
"connect-cachify": "0.0.15",
"lastfmapi": "0.0.4"
}
}