From d56cccc4e37b2b57d813f74772fd864f9f69abd6 Mon Sep 17 00:00:00 2001 From: cainus Date: Thu, 14 Mar 2013 20:18:19 -0700 Subject: prototype work in progress. --- package.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package.json (limited to 'package.json') 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": "gregg@caines.ca", + "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" + } +} -- cgit v1.2.3