diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..0fac7c5 --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "coveralls", + "description" : "taks json-cov output into stdin and POSTs to coveralls.io", + "keywords" : ["coverage", "coveralls"], + "version": "1.0.0", + "bugs": { + "url": "https://github.com/cainus/node-coveralls/issues" + }, + "scripts" : { + "test" : "make test" + }, + "maintainers": [ + { + "name": "Gregg Caines", + "email": "[email protected]", + "web": "http://caines.ca" + } + ], + "dependencies": { + "underscore" : "1.3.3", + "request" : "2.16.2", + "form-data" : "0.0.7" + }, + "devDependencies" : { + "mocha" : "1.8.1", + "should" : "1.1.0" + }, + "engines" : { + "node" : ">=0.8.6", + "npm" : "1.1.65" + } +} |
