instapromise
Version:
Promisify Node-style asynchronous functions by putting a .promise after them (or after the object for methods)
36 lines (35 loc) • 850 B
JSON
{
"name": "instapromise",
"version": "2.0.7",
"description": "Promisify Node-style asynchronous functions by putting a .promise after them (or after the object for methods)",
"main": "build/instapromise.js",
"files": [
"build"
],
"scripts": {
"build": "babel -d build src",
"test": "jest",
"watch": "babel --watch -d build src"
},
"repository": {
"type": "git",
"url": "https://github.com/exponentjs/instapromise.git"
},
"keywords": [
"promisify",
"promises",
"monkeypatch",
"lazy"
],
"author": "Exponent",
"license": "MIT",
"bugs": {
"url": "https://github.com/exponentjs/instapromise/issues"
},
"homepage": "https://github.com/exponentjs/instapromise",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"jest": "^16.0.0"
}
}