forked from xbmc/chorus2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 816 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
{
"name": "kodi-webinterface",
"version": "2.4.6",
"description": "Kodi web interface",
"homepage": "https://github.com/xbmc/chorus2",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "[email protected]:xbmc/chorus2.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browser-sync": "~2.2.0",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-compass": "~1.1.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-eco": "~0.1.2",
"grunt-execute": "~0.2.2",
"grunt-marked": "~0.1.3",
"grunt-po2json": "~0.3.0",
"grunt-shell": "2.1.0"
},
"engines": {
"node": ">=0.8.0"
}
}