X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;f=package.json;h=9606d7677d6f1607324f396deb5dd4698fca829d;hb=3cd044c7edd4b73fac124a43fcdccb3a00f5811e;hp=f40f180cc97ad7a6f5126e431aba3f7b5fd3821c;hpb=297b3da3fee0bad006fef4763e5354898476ee58;p=tech-radar.git diff --git a/package.json b/package.json index f40f180..9606d76 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,20 @@ { "name": "tech-radar", - "version": "0.0.0", + "version": "0.1.6", "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": {} }