diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..e5ab04e --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "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": {}, + "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" +} |