diff options
| author | cainus <[email protected]> | 2013-03-14 20:18:19 -0700 |
|---|---|---|
| committer | cainus <[email protected]> | 2013-03-14 20:18:19 -0700 |
| commit | d56cccc4e37b2b57d813f74772fd864f9f69abd6 (patch) | |
| tree | 1f99f42179f9712c43deed1cdbcb8d2d74331acb /package.json | |
| parent | 5eaec7e76af0743f9764e617472ef434f283a195 (diff) | |
| download | node-coveralls-d56cccc4e37b2b57d813f74772fd864f9f69abd6.tar.xz node-coveralls-d56cccc4e37b2b57d813f74772fd864f9f69abd6.zip | |
prototype work in progress.
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" + } +} |
