-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
44
{
"name": "dplyr",
"version": "0.1.0",
"description": "A jukebox for mopidy",
"repository": {
"type": "git",
"url": "git://github.com/thechurch/dwp.git"
},
"keywords": [
"mopidy",
"jukebox"
],
"author": "Tim Smart <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thechurch/dwp/issues"
},
"homepage": "https://github.com/thechurch/dwp",
"dependencies": {
"mopidy": "^0.2.0",
"express": "^3.5.0",
"jade": "^1.3.0",
"redis": "^0.10.1",
"shoe": "0.0.15",
"dnode": "^1.2.0",
"async": "^0.2.10",
"uuid": "^1.4.1",
"backbone": "^1.1.2"
},
"devDependencies": {
"grunt": "^0.4.3",
"grunt-contrib-watch": "^0.5.3",
"grunt-nodemon": "^0.2.0",
"grunt-concurrent": "^0.5.0",
"browserify": "^3.32.0",
"grunt-browserify": "^1.3.1",
"coffeeify": "^0.6.0",
"grunt-contrib-uglify": "^0.4.0",
"nib": "^1.0.2",
"grunt-contrib-stylus": "^0.13.2",
"jadeify": "^2.1.1",
"grunt-contrib-jade": "^0.11.0"
}
}