From dbe0b55fe3b4a0dfc63885c68d667b1379d8f661 Mon Sep 17 00:00:00 2001 From: Juan Grau Gimeno Date: Wed, 23 Aug 2017 09:46:41 +0200 Subject: [PATCH] Added engines, contributors; Fix deps & repo. --- package.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a1605db..eea4cd1 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,26 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com:DannyMoerkerke/postbuild.git" + "url": "git+ssh://git@github.com:jbgraug/postbuild.git" }, "author": "Danny Moerkerke ", + "contributors": [ + { + "name" : "Juan Grau", + "email" : "jbgraug@gmail.com" + } + ], "license": "ISC", "dependencies": { "commander": "^2.9.0", - "faucet": "0.0.1", "replacestream": "^4.0.0", - "tape": "^4.5.1", "glob": "^7.0.0" + }, + "devDependencies": { + "faucet": "0.0.1", + "tape": "^4.5.1" + }, + "engines":{ + "node" : ">=4.0.0" } }