forked from hondagx35/RuneUI
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 997 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
37
38
39
40
41
{
"name": "runeaudio-runeui",
"version": "0.3.0",
"author": "RuneAudio team <[email protected]>",
"homepage": "http://www.runeaudio.com",
"description": "RuneUI - RuneAudio web interface (MPD client and system configurator)",
"contributors": [
{
"name": "Andrea Coiutti (ACX)",
"email": "[email protected]"
},
{
"name": "Simone De Gregori (Orion)",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/RuneAudio/RuneUI"
},
"bugs": {
"url": "https://github.com/RuneAudio/RuneUI/issues"
},
"licenses": [
{
"type": "GPL-3.0",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.9.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-contrib-less": "^0.11.0"
}
}