2014-12-29 23:38:34 +00:00
|
|
|
{
|
2016-08-20 10:32:22 +00:00
|
|
|
"name": "alltube",
|
|
|
|
"description": "HTML GUI for youtube-dl",
|
2019-09-14 10:47:47 +00:00
|
|
|
"version": "2.0.5",
|
2016-08-20 10:32:22 +00:00
|
|
|
"author": "Pierre Rudloff",
|
|
|
|
"bugs": "https://github.com/Rudloff/alltube/issues",
|
|
|
|
"dependencies": {
|
|
|
|
"grunt": "~1.0.1",
|
2017-10-17 14:20:50 +00:00
|
|
|
"grunt-contrib-cssmin": "~2.2.1",
|
2019-09-21 11:19:24 +00:00
|
|
|
"grunt-phpdocumentor": "^0.4.1",
|
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": {
|
2019-09-21 11:51:02 +00:00
|
|
|
"grunt-changed": "^3.0.0",
|
2019-05-04 16:52:45 +00:00
|
|
|
"grunt-contrib-compress": "~1.5.0",
|
2017-11-21 10:24:55 +00:00
|
|
|
"grunt-contrib-csslint": "~2.0.0",
|
2019-07-29 11:42:48 +00:00
|
|
|
"grunt-contrib-watch": "~1.1.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",
|
2019-09-21 10:53:42 +00:00
|
|
|
"grunt-githooks": "^0.6.0",
|
2017-10-17 14:20:50 +00:00
|
|
|
"grunt-jslint": "~1.1.15",
|
2019-10-13 10:00:28 +00:00
|
|
|
"grunt-jsonlint": "^2.0.0",
|
2019-10-13 10:02:00 +00:00
|
|
|
"grunt-markdownlint": "^2.7.0",
|
2016-08-20 10:32:22 +00:00
|
|
|
"grunt-phpcs": "~0.4.0",
|
2019-04-20 09:27:13 +00:00
|
|
|
"grunt-phpstan": "~0.2.0",
|
2016-08-20 10:32:22 +00:00
|
|
|
"grunt-phpunit": "~0.3.6"
|
|
|
|
},
|
|
|
|
"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",
|
2017-11-23 10:52:34 +00:00
|
|
|
"main": "Gruntfile.js",
|
2016-08-20 10:32:22 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Rudloff/alltube.git"
|
|
|
|
},
|
2019-10-13 09:58:44 +00:00
|
|
|
"resolutions": {
|
|
|
|
"grunt-fixpack/fixpack/rc": "^1.2.8",
|
|
|
|
"grunt-githooks/handlebars": "^4.3.0"
|
|
|
|
},
|
2016-08-20 10:32:22 +00:00
|
|
|
"scripts": {
|
2019-09-21 10:53:42 +00:00
|
|
|
"postinstall": "grunt",
|
|
|
|
"prepare": "grunt githooks"
|
2016-08-20 10:32:22 +00:00
|
|
|
}
|
2014-12-29 23:38:34 +00:00
|
|
|
}
|