You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/package.json

40 lines
923 B

{
"name": "Sonarr",
9 years ago
"version": "2.0.0",
"description": "Sonarr",
9 years ago
"main": "main.js",
"scripts": {
"preinstall": ""
},
"repository": {
"type": "git",
"url": "git://github.com/Sonarr/Sonarr.git"
},
"author": "",
"license": "BSD",
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"dependencies": {
"del": "1.1.1",
"gulp": "3.8.10",
"gulp-cached": "1.0.2",
"gulp-concat": "2.4.3",
"gulp-declare": "0.3.0",
9 years ago
"gulp-handlebars": "3.0.1",
"gulp-jshint": "1.9.2",
"gulp-less": "2.0.1",
"gulp-print": "1.1.0",
"gulp-replace": "0.5.2",
9 years ago
"gulp-run": "1.6.6",
"gulp-stripbom": "1.0.4",
9 years ago
"gulp-webpack": "1.2.0",
"gulp-wrap": "0.10.1",
9 years ago
"handlebars": "2.0.0",
"jshint-loader": "0.8.1",
"jshint-stylish": "1.0.0",
"run-sequence": "1.0.2",
"streamqueue": "0.1.1",
"webpack": "1.5.3"
}
}