-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
{
"name": "DJ",
"description": "A virtual DJ website, where you can play and listen to music together. Inspired by turntable.fm.",
"version": "1.6.2-alpha",
"author": "Drew Gottlieb (dag10) <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/dag10/DJ.git"
},
"contributors": [
{
"name": "Drew Gottlieb",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/dag10/DJ/issues"
},
"main": "./app.js",
"dependencies": {
"async": "0.9.0",
"express": "3.x",
"ejs": "0.8.5",
"ejs-locals": "1.0.2",
"less-middleware": "0.1.14",
"mysql": "2.3.2",
"winston": "0.7.2",
"sanitizer": "0.1.1",
"multiparty": "git://github.com/andrewrk/node-multiparty.git#3.3.0",
"fluent-ffmpeg": "2.0.0-rc3",
"socket.io": "0.9.15",
"underscore": "1.5.2",
"backbone": "1.1.0",
"colors": "0.6.2",
"q": "1.0.1",
"git-rev": "git://github.com/kulak-at/git-rev.git#7388956471a1fc8e9f935e5a1e363fbb1462955b",
"sequelize": "2.0.3",
"moment": "2.7.0",
"request": "2.39.0",
"ldapjs": "0.7.1",
"lame": "git://github.com/dag10/node-lame.git#v1.2.4b"
}
}