mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
added some sample grunt tasks.
This commit is contained in:
parent
f662b5de8a
commit
fb47bac883
3 changed files with 57 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue