1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-15 14:59:44 +02:00
Radarr/package.json

30 lines
705 B
JSON
Raw Normal View History

2013-03-23 00:39:08 +01:00
{
"name": "NzbDrone",
"version": "0.0.0",
"description": "NZBDrone",
2013-03-23 00:39:08 +01:00
"main": "index.js",
"scripts": {
"preinstall": "npm install grunt-cli -g"
2013-03-23 00:39:08 +01:00
},
"repository": {
"type": "git",
"url": "git://github.com/NzbDrone/NzbDrone.git"
},
"author": "",
"license": "BSD",
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"dependencies": {
"grunt": "*",
"grunt-contrib-handlebars": "*",
2013-03-24 01:14:55 +01:00
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-copy": "*",
"grunt-curl": "*",
"grunt-notify": "*",
2013-10-09 03:43:41 +02:00
"grunt-contrib-clean": "*",
2013-11-11 05:17:44 +01:00
"grunt-contrib-requirejs": "*",
"grunt-contrib-jshint": "*"
}
2013-03-23 00:39:08 +01:00
}