diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..96601c3e --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "kanboard", + "dependencies": { + "bower": "^1.7.9", + "gulp": "^3.9.1", + "gulp-bower": "0.0.13", + "gulp-clean-css": "^2.0.7", + "gulp-cli": "^1.2.1", + "gulp-concat": "^2.6.0", + "gulp-uglify": "^1.5.3" + } +} |