UNPKG

cpr-promise

Version:

promise wrapper around the cpr node module

32 lines (31 loc) 672 B
{ "name": "cpr-promise", "version": "0.2.6", "description": "promise wrapper around the cpr node module", "main": "index.js", "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/MrP/cpr-promise.git" }, "keywords": [ "cpr", "promise" ], "author": "Victor Rodriguez Gil", "license": "MIT", "bugs": { "url": "https://github.com/MrP/cpr-promise/issues" }, "homepage": "https://github.com/MrP/cpr-promise#readme", "dependencies": { "cpr": "^3.0.1" }, "devDependencies": { "jasmine": "^3.4.0", "node-jasmine-file-matcher": "^0.1.5", "rimraf": "^2.6.3" } }