43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"name": "alltube",
|
|
"description": "HTML GUI for youtube-dl",
|
|
"version": "0.9.0",
|
|
"author": "Pierre Rudloff",
|
|
"bugs": "https://github.com/Rudloff/alltube/issues",
|
|
"dependencies": {
|
|
"bower": "~1.8.0",
|
|
"grunt": "~1.0.1",
|
|
"grunt-contrib-cssmin": "~2.2.0",
|
|
"grunt-contrib-uglify": "~3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-compress": "~1.4.1",
|
|
"grunt-contrib-watch": "~1.0.0",
|
|
"grunt-fixpack": "~0.1.0",
|
|
"grunt-githash": "~0.1.3",
|
|
"grunt-jslint": "~1.1.14",
|
|
"grunt-jsonlint": "~1.1.0",
|
|
"grunt-phpcs": "~0.4.0",
|
|
"grunt-phpdocumentor": "~0.4.1",
|
|
"grunt-phpunit": "~0.3.6"
|
|
},
|
|
"engines": {
|
|
"npm": "~3"
|
|
},
|
|
"homepage": "https://www.alltubedownload.net/",
|
|
"keywords": [
|
|
"alltube",
|
|
"download",
|
|
"video",
|
|
"youtube"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"main": "index.php",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Rudloff/alltube.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node node_modules/.bin/bower install && node node_modules/.bin/grunt"
|
|
}
|
|
}
|