X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;f=package.json;h=f48377fbd779d6c6ae6bf018befe4fcd824726d4;hb=b5fec289ad389a08030e077b9e54506efd2f9e66;hp=aad9b1c93ac925ad8ad5ad82110bfd126745a04f;hpb=1af3e4254d74d0fd474b5a54fc34ebac899ca5a0;p=tech-radar.git diff --git a/package.json b/package.json index aad9b1c..f48377f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { "name": "tech-radar", - "version": "0.1.1", + "version": "0.1.7", "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "gulp test", + "postinstall": "bower install" }, - "author": "", + "author": "Bruno Trecenti", + "repository": { + "type": "git", + "url": "git://github.com/Trecenti/tech-radar.git" + }, + "keywords": [ + "tech-radar" + ], "license": "ISC", "devDependencies": { "gulp-util": "~2.2.14", @@ -26,11 +34,8 @@ "gulp-concat": "~2.2.0", "gulp-uglify": "~0.2.1", "gulp-clean": "~0.2.4", - "gulp-header": "~1.0.2" + "gulp-header": "~1.0.2", + "bower": "^1.3.3" }, - "dependencies": { - "gulp-util": "~2.2.14", - "gulp": "~3.5.2", - "express": "~3.4.8" - } + "dependencies": {} }