Fixpack
This commit is contained in:
parent
a1b5409555
commit
b4a8ed3f77
1 changed files with 37 additions and 26 deletions
25
package.json
25
package.json
|
@ -1,23 +1,34 @@
|
||||||
{
|
{
|
||||||
"name": "alltube",
|
"name": "alltube",
|
||||||
|
"description": "HTML GUI for youtube-dl",
|
||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"license": "GPL-3.0",
|
"author": "Pierre Rudloff",
|
||||||
|
"bugs": "https://github.com/Rudloff/alltube/issues",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"bower": "~1.7.1",
|
||||||
"grunt": "~1.0.1",
|
"grunt": "~1.0.1",
|
||||||
"grunt-cli": "~1.2.0",
|
"grunt-cli": "~1.2.0",
|
||||||
"grunt-contrib-cssmin": "~1.0.0",
|
"grunt-contrib-cssmin": "~1.0.0",
|
||||||
"grunt-contrib-uglify": "~2.0.0",
|
"grunt-contrib-uglify": "~2.0.0"
|
||||||
"bower": "~1.7.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-contrib-watch": "~1.0.0",
|
|
||||||
"grunt-phpcs": "~0.4.0",
|
|
||||||
"grunt-phpunit": "~0.3.6",
|
|
||||||
"grunt-contrib-compress": "~1.3.0",
|
"grunt-contrib-compress": "~1.3.0",
|
||||||
|
"grunt-contrib-watch": "~1.0.0",
|
||||||
"grunt-githash": "~0.1.3",
|
"grunt-githash": "~0.1.3",
|
||||||
"grunt-jslint": "~1.1.14",
|
"grunt-jslint": "~1.1.14",
|
||||||
"grunt-phpdocumentor": "~0.4.1"
|
"grunt-phpcs": "~0.4.0",
|
||||||
|
"grunt-phpdocumentor": "~0.4.1",
|
||||||
|
"grunt-phpunit": "~0.3.6"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://www.alltubedownload.net/",
|
||||||
|
"keywords": [
|
||||||
|
"alltube",
|
||||||
|
"dowload",
|
||||||
|
"video",
|
||||||
|
"youtube"
|
||||||
|
],
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"main": "index.php",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Rudloff/alltube.git"
|
"url": "https://github.com/Rudloff/alltube.git"
|
||||||
|
|
Loading…
Reference in a new issue