2013-03-22 23:39:08 +00:00
|
|
|
{
|
|
|
|
"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": "*",
|
2013-03-23 23:24:27 +00:00
|
|
|
"grunt-contrib-handlebars": "*",
|
2013-03-24 00:14:55 +00:00
|
|
|
"grunt-contrib-watch": "*",
|
|
|
|
"grunt-contrib-less": "*",
|
2013-03-29 01:49:14 +00:00
|
|
|
"grunt-contrib-concat": "*",
|
|
|
|
"grunt-contrib-copy": "*"
|
2013-03-22 23:39:08 +00:00
|
|
|
}
|
|
|
|
}
|