1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/package.json

40 lines
923 B
JSON
Raw Normal View History

2013-03-23 02:39:08 +03:00
{
2014-11-20 02:42:55 +02:00
"name": "Sonarr",
2015-02-03 03:18:45 +02:00
"version": "2.0.0",
2014-11-20 02:42:55 +02:00
"description": "Sonarr",
2015-02-03 03:18:45 +02:00
"main": "main.js",
2013-03-23 02:39:08 +03:00
"scripts": {
2014-08-29 00:40:18 +03:00
"preinstall": ""
2013-03-23 02:39:08 +03:00
},
"repository": {
"type": "git",
2014-11-20 02:42:55 +02:00
"url": "git://github.com/Sonarr/Sonarr.git"
2013-03-23 02:39:08 +03:00
},
"author": "",
"license": "BSD",
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"dependencies": {
2015-02-05 00:45:53 +02:00
"del": "1.1.1",
2014-11-20 02:36:05 +02:00
"gulp": "3.8.10",
2015-02-05 00:45:53 +02:00
"gulp-cached": "1.0.2",
"gulp-concat": "2.4.3",
2014-11-20 02:36:05 +02:00
"gulp-declare": "0.3.0",
2015-02-04 21:40:31 +02:00
"gulp-handlebars": "3.0.1",
2015-02-05 00:45:53 +02:00
"gulp-jshint": "1.9.2",
"gulp-less": "2.0.1",
2014-11-20 02:36:05 +02:00
"gulp-print": "1.1.0",
2015-02-05 00:45:53 +02:00
"gulp-replace": "0.5.2",
2015-02-14 20:07:59 +02:00
"gulp-stripbom": "1.0.4",
2015-02-03 03:18:45 +02:00
"gulp-run": "1.6.6",
"gulp-webpack": "1.2.0",
2015-02-05 00:45:53 +02:00
"gulp-wrap": "0.10.1",
2015-02-04 21:40:31 +02:00
"handlebars": "2.0.0",
"jshint-loader": "0.8.1",
2014-11-20 02:36:05 +02:00
"jshint-stylish": "1.0.0",
"run-sequence": "1.0.2",
2015-02-04 02:56:18 +02:00
"streamqueue": "0.1.1",
2015-02-04 21:40:31 +02:00
"webpack": "1.5.3"
}
2013-03-23 02:39:08 +03:00
}