added bower to package.json
[tech-radar.git] / package.json
index 22449b8..9606d76 100644 (file)
@@ -1,12 +1,20 @@
 {
   "name": "tech-radar",
-  "version": "0.1.2",
+  "version": "0.1.6",
   "description": "",
   "main": "index.js",
   "scripts": {
-    "test": "gulp test"
+    "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",
     "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": {}
 }