UNPKG

sb-promisify

Version:

Node module for simple promisification

35 lines (34 loc) 904 B
{ "name": "sb-promisify", "version": "2.0.2", "description": "Node module for simple promisification", "main": "lib/index.js", "scripts": { "test": "(apm test) && (flow check) && (eslint . )", "clean": "rm -rf lib", "build": "npm run clean; babel src --out-dir lib", "watch": "npm run clean; babel src --out-dir lib --watch" }, "repository": { "type": "git", "url": "git+https://github.com/steelbrain/promisify.git" }, "keywords": [ "promisify", "es6", "promise" ], "author": "steelbrain", "license": "MIT", "bugs": { "url": "https://github.com/steelbrain/promisify/issues" }, "homepage": "https://github.com/steelbrain/promisify#readme", "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-steelbrain": "^4.0.2", "eslint-config-steelbrain": "^1.0.4", "flow-bin": "^0.32.0", "jasmine-fix": "^1.0.1" } }