From b4a8ed3f779ea258628a35b80f77de46551f4313 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 20 Aug 2016 12:32:22 +0200 Subject: [PATCH] Fixpack --- package.json | 63 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 8c9f981..2443c23 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,39 @@ { - "name": "alltube", - "version": "0.5.0", - "license": "GPL-3.0", - "dependencies": { - "grunt": "~1.0.1", - "grunt-cli": "~1.2.0", - "grunt-contrib-cssmin": "~1.0.0", - "grunt-contrib-uglify": "~2.0.0", - "bower": "~1.7.1" - }, - "devDependencies": { - "grunt-contrib-watch": "~1.0.0", - "grunt-phpcs": "~0.4.0", - "grunt-phpunit": "~0.3.6", - "grunt-contrib-compress": "~1.3.0", - "grunt-githash": "~0.1.3", - "grunt-jslint": "~1.1.14", - "grunt-phpdocumentor": "~0.4.1" - }, - "repository": { - "type": "git", - "url": "https://github.com/Rudloff/alltube.git" - }, - "scripts": { - "postinstall": "node node_modules/bower/bin/bower install && node node_modules/grunt-cli/bin/grunt" - } + "name": "alltube", + "description": "HTML GUI for youtube-dl", + "version": "0.5.0", + "author": "Pierre Rudloff", + "bugs": "https://github.com/Rudloff/alltube/issues", + "dependencies": { + "bower": "~1.7.1", + "grunt": "~1.0.1", + "grunt-cli": "~1.2.0", + "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", + "grunt-githash": "~0.1.3", + "grunt-jslint": "~1.1.14", + "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": { + "type": "git", + "url": "https://github.com/Rudloff/alltube.git" + }, + "scripts": { + "postinstall": "node node_modules/bower/bin/bower install && node node_modules/grunt-cli/bin/grunt" + } }