X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;f=package.json;h=7805e17c55fb809cf7cc8bb345f38587d10e88af;hb=e7d9ab4ef9bbb20d5dd910be4623efd2aa6685ec;hp=66f7fe1eeb22da3d4e0d5bb92d907e373c8fceb5;hpb=70b43fd0d1e181b4e657aa6043d04e2f43e8b0cf;p=tech-radar.git diff --git a/package.json b/package.json index 66f7fe1..7805e17 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,19 @@ { "name": "tech-radar", - "version": "0.1.2", + "version": "0.1.6", "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "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": {} }