alltube/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2014-12-30 00:38:34 +01:00
{
2016-08-20 12:32:22 +02:00
"name": "alltube",
"description": "HTML GUI for youtube-dl",
2019-11-29 22:36:41 +01:00
"version": "2.1.0",
2016-08-20 12:32:22 +02:00
"author": "Pierre Rudloff",
"bugs": "https://github.com/Rudloff/alltube/issues",
"dependencies": {
"grunt": "~1.0.1",
2017-10-17 16:20:50 +02:00
"grunt-contrib-cssmin": "~2.2.1",
2019-09-21 13:19:24 +02:00
"grunt-phpdocumentor": "^0.4.1",
2017-10-17 16:23:37 +02:00
"grunt-potomo": "~3.5.0",
"open-sans-fontface": "~1.4.0"
2016-08-20 12:32:22 +02:00
},
"devDependencies": {
"grunt-changed": "^3.0.0",
"grunt-contrib-compress": "~1.5.0",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-watch": "~1.1.0",
2016-08-20 13:54:14 +02:00
"grunt-fixpack": "~0.1.0",
2016-08-20 12:32:22 +02:00
"grunt-githash": "~0.1.3",
2019-09-21 12:53:42 +02:00
"grunt-githooks": "^0.6.0",
2017-10-17 16:20:50 +02:00
"grunt-jslint": "~1.1.15",
2019-10-13 12:00:28 +02:00
"grunt-jsonlint": "^2.0.0",
"grunt-markdownlint": "^2.7.0",
2016-08-20 12:32:22 +02:00
"grunt-phpcs": "~0.4.0",
"grunt-phpstan": "~0.2.0",
2016-08-20 12:32:22 +02:00
"grunt-phpunit": "~0.3.6"
},
"homepage": "https://www.alltubedownload.net/",
"keywords": [
"alltube",
2016-10-14 16:42:24 +02:00
"download",
2016-08-20 12:32:22 +02:00
"video",
"youtube"
],
"license": "GPL-3.0",
"main": "Gruntfile.js",
2016-08-20 12:32:22 +02:00
"repository": {
"type": "git",
"url": "https://github.com/Rudloff/alltube.git"
},
2019-10-13 11:58:44 +02:00
"resolutions": {
"grunt-fixpack/fixpack/rc": "^1.2.8",
"grunt-githooks/handlebars": "^4.3.0"
},
2016-08-20 12:32:22 +02:00
"scripts": {
2019-09-21 12:53:42 +02:00
"postinstall": "grunt",
"prepare": "grunt githooks"
2016-08-20 12:32:22 +02:00
}
2014-12-30 00:38:34 +01:00
}