mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "NzbDrone",
|
|
"version": "0.0.0",
|
|
"description": "NZBDrone\r =====",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/NzbDrone/NzbDrone.git"
|
|
},
|
|
"author": "",
|
|
"license": "BSD",
|
|
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
|
|
"readmeFilename": "readme.md",
|
|
"dependencies": {
|
|
"grunt": "*",
|
|
"grunt-contrib-uglify": "*",
|
|
"grunt-contrib-handlebars": "*",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-contrib-less": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.1.3"
|
|
}
|
|
}
|