UNPKG

care

Version:

A simple way to add careware and donation support to your node.js modules

36 lines (35 loc) 777 B
{ "name": "care", "version": "0.1.0", "description": "A simple way to add careware and donation support to your node.js modules", "main": "lib/index.js", "bin": { "care": "bin/care.js" }, "scripts": { "test": "node test/index.js" }, "repository": { "type": "git", "url": "https://github.com/watilde/care.git" }, "keywords": [ "careware" ], "authors": [ "Daijiro Wachi", "Robert Gravina" ], "license": "MIT", "bugs": { "url": "https://github.com/watilde/care/issues" }, "homepage": "https://github.com/watilde/care", "dependencies": { "commander": "^2.8.1", "inquirer": "^0.8.5", "lodash": "~3.9.3", "opener": "^1.4.1", "paypal-rest-sdk": "git://github.com/watilde/PayPal-node-SDK" } }