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-10-26 08:21:50 +00:00
|
|
|
"version": "0.10.2",
|
2016-08-20 10:32:22 +00:00
|
|
|
"author": "Pierre Rudloff",
|
|
|
|
"bugs": "https://github.com/Rudloff/alltube/issues",
|
|
|
|
"dependencies": {
|
|
|
|
"grunt": "~1.0.1",
|
2017-05-31 23:38:35 +00:00
|
|
|
"grunt-contrib-csslint": "~2.0.0",
|
2017-10-17 14:20:50 +00:00
|
|
|
"grunt-contrib-cssmin": "~2.2.1",
|
|
|
|
"grunt-contrib-uglify": "~3.1.0",
|
2017-10-17 14:23:37 +00:00
|
|
|
"grunt-potomo": "~3.5.0",
|
|
|
|
"open-sans-fontface": "~1.4.0"
|
2016-08-20 10:32:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-03-12 22:44:56 +00:00
|
|
|
"grunt-contrib-compress": "~1.4.1",
|
2016-08-20 10:32:22 +00:00
|
|
|
"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",
|
2017-10-17 14:20:50 +00:00
|
|
|
"grunt-jslint": "~1.1.15",
|
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": {
|
2017-10-17 13:27:57 +00:00
|
|
|
"yarn": ">= 1.0.0"
|
2016-10-13 12:41:47 +00:00
|
|
|
},
|
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": {
|
2017-10-25 23:20:21 +00:00
|
|
|
"postinstall": "grunt"
|
2016-08-20 10:32:22 +00:00
|
|
|
}
|
2014-12-29 23:38:34 +00:00
|
|
|
}
|