1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/package.json

28 lines
628 B
JSON
Raw Normal View History

2013-03-23 02:39:08 +03:00
{
"name": "NzbDrone",
"version": "0.0.0",
"description": "NZBDrone",
2013-03-23 02:39:08 +03:00
"main": "index.js",
"scripts": {
"preinstall": "npm install grunt-cli -g"
2013-03-23 02:39:08 +03: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 03:14:55 +03:00
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-copy": "*",
"grunt-curl": "*",
"grunt-notify": "*",
"grunt-clean": "*"
}
2013-03-23 02:39:08 +03:00
}