Lidarr/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2013-03-22 23:39:08 +00:00
{
2014-11-20 00:42:55 +00:00
"name": "Sonarr",
2015-02-03 01:18:45 +00:00
"version": "2.0.0",
2014-11-20 00:42:55 +00:00
"description": "Sonarr",
2015-02-03 01:18:45 +00:00
"main": "main.js",
2013-03-22 23:39:08 +00:00
"scripts": {
"build": "gulp build",
"start": "gulp watch"
2013-03-22 23:39:08 +00:00
},
"repository": {
"type": "git",
2014-11-20 00:42:55 +00:00
"url": "git://github.com/Sonarr/Sonarr.git"
2013-03-22 23:39:08 +00:00
},
"author": "",
"license": "BSD",
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"dependencies": {
"autoprefixer-core": "5.2.1",
2015-07-06 02:16:05 +00:00
"del": "1.2.0",
"gulp": "3.9.0",
"gulp-cached": "1.1.0",
"gulp-concat": "2.6.0",
2014-11-20 00:36:05 +00:00
"gulp-declare": "0.3.0",
2015-07-19 04:20:32 +00:00
"gulp-handlebars": "3.0.1",
2015-07-06 02:16:05 +00:00
"gulp-jshint": "1.11.2",
"gulp-less": "3.0.3",
2015-07-22 02:38:46 +00:00
"gulp-livereload": "3.8.0",
2015-08-27 06:33:08 +00:00
"gulp-postcss": "6.0.0",
2014-11-20 00:36:05 +00:00
"gulp-print": "1.1.0",
"gulp-replace": "0.5.3",
2015-07-06 02:16:05 +00:00
"gulp-run": "1.6.8",
2015-08-11 17:44:05 +00:00
"gulp-sourcemaps": "1.5.2",
"gulp-stripbom": "1.0.4",
2015-07-06 02:16:05 +00:00
"gulp-webpack": "1.5.0",
"gulp-wrap": "0.11.0",
"handlebars": "3.0.3",
"jshint-loader": "0.8.3",
"jshint-stylish": "2.0.1",
"run-sequence": "1.1.1",
"streamqueue": "1.1.0",
2015-07-22 02:38:46 +00:00
"tar.gz": "0.1.1",
2015-08-27 06:33:08 +00:00
"webpack": "1.12.0",
"webpack-stream": "2.1.0"
}
2013-03-22 23:39:08 +00:00
}