This commit is contained in:
Pierre Rudloff 2016-08-20 12:32:22 +02:00
parent a1b5409555
commit b4a8ed3f77

View file

@ -1,28 +1,39 @@
{ {
"name": "alltube", "name": "alltube",
"version": "0.5.0", "description": "HTML GUI for youtube-dl",
"license": "GPL-3.0", "version": "0.5.0",
"dependencies": { "author": "Pierre Rudloff",
"grunt": "~1.0.1", "bugs": "https://github.com/Rudloff/alltube/issues",
"grunt-cli": "~1.2.0", "dependencies": {
"grunt-contrib-cssmin": "~1.0.0", "bower": "~1.7.1",
"grunt-contrib-uglify": "~2.0.0", "grunt": "~1.0.1",
"bower": "~1.7.1" "grunt-cli": "~1.2.0",
}, "grunt-contrib-cssmin": "~1.0.0",
"devDependencies": { "grunt-contrib-uglify": "~2.0.0"
"grunt-contrib-watch": "~1.0.0", },
"grunt-phpcs": "~0.4.0", "devDependencies": {
"grunt-phpunit": "~0.3.6", "grunt-contrib-compress": "~1.3.0",
"grunt-contrib-compress": "~1.3.0", "grunt-contrib-watch": "~1.0.0",
"grunt-githash": "~0.1.3", "grunt-githash": "~0.1.3",
"grunt-jslint": "~1.1.14", "grunt-jslint": "~1.1.14",
"grunt-phpdocumentor": "~0.4.1" "grunt-phpcs": "~0.4.0",
}, "grunt-phpdocumentor": "~0.4.1",
"repository": { "grunt-phpunit": "~0.3.6"
"type": "git", },
"url": "https://github.com/Rudloff/alltube.git" "homepage": "https://www.alltubedownload.net/",
}, "keywords": [
"scripts": { "alltube",
"postinstall": "node node_modules/bower/bin/bower install && node node_modules/grunt-cli/bin/grunt" "dowload",
} "video",
"youtube"
],
"license": "GPL-3.0",
"main": "index.php",
"repository": {
"type": "git",
"url": "https://github.com/Rudloff/alltube.git"
},
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && node node_modules/grunt-cli/bin/grunt"
}
} }