Skip to content

Commit

Permalink
Added engines, contributors; Fix deps & repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-grau-wk committed Aug 23, 2017
1 parent 8974367 commit dbe0b55
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,26 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:DannyMoerkerke/postbuild.git"
"url": "git+ssh://[email protected]:jbgraug/postbuild.git"
},
"author": "Danny Moerkerke <[email protected]>",
"contributors": [
{
"name" : "Juan Grau",
"email" : "[email protected]"
}
],
"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"
}
}

0 comments on commit dbe0b55

Please sign in to comment.