Radarr/package.json

37 lines
872 B
JSON
Raw Normal View History

2013-03-22 23:39:08 +00:00
{
"name": "NzbDrone",
"version": "0.0.0",
"description": "NZBDrone",
2013-03-22 23:39:08 +00:00
"main": "index.js",
"scripts": {
2014-08-28 21:40:18 +00:00
"preinstall": ""
2013-03-22 23:39:08 +00:00
},
"repository": {
"type": "git",
"url": "git://github.com/NzbDrone/NzbDrone.git"
},
"author": "",
"license": "BSD",
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"dependencies": {
2014-08-30 05:59:08 +00:00
"fs-extra": "^0.11.0",
2014-08-28 21:40:18 +00:00
"gulp": "^3.8.7",
2014-08-30 05:59:08 +00:00
"gulp-cached": "^1.0.1",
2014-08-28 21:40:18 +00:00
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
2014-08-30 05:59:08 +00:00
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^2.2.0",
2014-08-28 21:40:18 +00:00
"gulp-jshint": "^1.8.4",
2014-08-30 05:59:08 +00:00
"gulp-less": "^1.3.5",
"gulp-print": "^1.1.0",
"gulp-replace": "^0.4.0",
"gulp-wrap": "^0.3.0",
"gulp-wrap-amd": "^0.3.1",
2014-08-28 21:40:18 +00:00
"jshint-stylish": "^0.4.0",
"requirejs": "^2.1.14",
2014-08-30 05:59:08 +00:00
"run-sequence": "^0.3.6",
"streamqueue": "^0.1.1"
}
2013-03-22 23:39:08 +00:00
}