added bower to package.json
[tech-radar.git] / package.json
index c017178..9606d76 100644 (file)
@@ -1,10 +1,11 @@
 {
   "name": "tech-radar",
-  "version": "0.1.5",
+  "version": "0.1.6",
   "description": "",
   "main": "index.js",
   "scripts": {
-    "test": "gulp test"
+    "test": "gulp test",
+    "postinstall": "bower install"
   },
   "author": "Bruno Trecenti",
   "repository": {
@@ -33,7 +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": {}
 }