diff options
Diffstat (limited to 'web/trunk/package.json')
-rw-r--r-- | web/trunk/package.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/web/trunk/package.json b/web/trunk/package.json deleted file mode 100644 index f6d5fa9..0000000 --- a/web/trunk/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "Botleagues", - "version": "0.0.0", - "description": "", - "main": ".", - "dependencies": { - "gulp": "^3.8.11", - "gulp-autoprefixer": "^2.1.0", - "gulp-changed": "^1.1.1", - "gulp-concat": "^2.5.0", - "gulp-jshint": "^1.9.2", - "gulp-minify-css": "^0.4.5", - "gulp-minify-html": "^0.1.8", - "gulp-strip-debug": "^1.0.2", - "gulp-uglify": "^1.1.0" - }, - "devDependencies": { - "del": "^1.1.1", - "gulp-debug": "^2.0.0", - "gulp-foreach": "^0.1.0", - "gulp-if": "^1.2.5", - "gulp-less": "^3.0.0", - "gulp-order": "^1.1.1", - "gulp-rename": "^1.2.0", - "gulp-util": "^3.0.3", - "merge-stream": "^0.1.7" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/camilstaps/Botleagues" - }, - "author": "Camil Staps <info@camilstaps.nl>", - "license": "GPL v3.0", - "bugs": { - "url": "https://github.com/camilstaps/Botleagues/issues" - }, - "homepage": "https://github.com/camilstaps/Botleagues" -} |