forked from tim-smart/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 KB
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
45
{
"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 <tim@thechurch.co.nz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thechurch/dwp/issues"
},
"homepage": "https://github.com/thechurch/dwp",
"dependencies": {
"mopidy": "0.2.x",
"express": "4.x",
"jade": "1.x",
"redis": "0.10.x",
"shoe": "0.0.x",
"dnode": "1.2.x",
"async": "0.9.x",
"uuid": "1.4.x",
"backbone": "1.1.x",
"connect": "2.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-watch": "0.6.x",
"grunt-nodemon": "0.2.x",
"grunt-concurrent": "0.5.x",
"browserify": "4.x",
"grunt-browserify": "2.x",
"coffeeify": "0.6.x",
"grunt-contrib-uglify": "0.4.x",
"nib": "1.x",
"grunt-contrib-stylus": "0.16.x",
"jadeify": "2.2.x",
"grunt-contrib-jade": "0.11.x"
}
}