Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mt3c committed Mar 12, 2015
1 parent 8e3ea07 commit 5aa4813
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Yet another process spawn wrapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "make test-cov"
},
"author": "Timo Behrmann",
"license": "MIT",
Expand All @@ -19,6 +19,17 @@
"lab": "^5.3.0"
},
"engines": {
"node" : "~0.12"
}
"node": "~0.12"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/z0mt3c/spawnish.git"
},
"bugs": {
"url": "https://github.com/z0mt3c/spawnish/issues"
},
"homepage": "https://github.com/z0mt3c/spawnish"
}

0 comments on commit 5aa4813

Please sign in to comment.