2014-12-29 23:38:34 +00:00
|
|
|
{
|
2016-08-20 10:32:22 +00:00
|
|
|
"name": "alltube",
|
|
|
|
"description": "HTML GUI for youtube-dl",
|
2017-01-10 22:39:45 +00:00
|
|
|
"version": "0.7.2-beta",
|
2016-08-20 10:32:22 +00:00
|
|
|
"author": "Pierre Rudloff",
|
|
|
|
"bugs": "https://github.com/Rudloff/alltube/issues",
|
|
|
|
"dependencies": {
|
2016-12-03 12:59:53 +00:00
|
|
|
"bower": "~1.8.0",
|
2016-08-20 10:32:22 +00:00
|
|
|
"grunt": "~1.0.1",
|
|
|
|
"grunt-contrib-cssmin": "~1.0.0",
|
|
|
|
"grunt-contrib-uglify": "~2.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt-contrib-compress": "~1.3.0",
|
|
|
|
"grunt-contrib-watch": "~1.0.0",
|
2016-08-20 11:54:14 +00:00
|
|
|
"grunt-fixpack": "~0.1.0",
|
2016-08-20 10:32:22 +00:00
|
|
|
"grunt-githash": "~0.1.3",
|
|
|
|
"grunt-jslint": "~1.1.14",
|
2016-08-20 11:07:31 +00:00
|
|
|
"grunt-jsonlint": "~1.1.0",
|
2016-08-20 10:32:22 +00:00
|
|
|
"grunt-phpcs": "~0.4.0",
|
|
|
|
"grunt-phpdocumentor": "~0.4.1",
|
|
|
|
"grunt-phpunit": "~0.3.6"
|
|
|
|
},
|
2016-10-13 12:41:47 +00:00
|
|
|
"engines": {
|
|
|
|
"npm": "~3"
|
|
|
|
},
|
2016-08-20 10:32:22 +00:00
|
|
|
"homepage": "https://www.alltubedownload.net/",
|
|
|
|
"keywords": [
|
|
|
|
"alltube",
|
2016-10-14 14:42:24 +00:00
|
|
|
"download",
|
2016-08-20 10:32:22 +00:00
|
|
|
"video",
|
|
|
|
"youtube"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"main": "index.php",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Rudloff/alltube.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-10-19 16:11:22 +00:00
|
|
|
"postinstall": "node node_modules/.bin/bower install && node node_modules/.bin/grunt"
|
2016-08-20 10:32:22 +00:00
|
|
|
}
|
2014-12-29 23:38:34 +00:00
|
|
|
}
|