Bump to 0.1.6
[tech-radar.git] / package.json
index 22449b8..7805e17 100644 (file)
@@ -1,12 +1,19 @@
 {
   "name": "tech-radar",
-  "version": "0.1.2",
+  "version": "0.1.6",
   "description": "",
   "main": "index.js",
   "scripts": {
     "test": "gulp test"
   },
-  "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",
@@ -28,9 +35,5 @@
     "gulp-clean": "~0.2.4",
     "gulp-header": "~1.0.2"
   },
-  "dependencies": {
-    "gulp-util": "~2.2.14",
-    "gulp": "~3.5.2",
-    "express": "~3.4.8"
-  }
+  "dependencies": {}
 }