xpm
Version:
The xPack project manager command line tool
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "@ilg/es6-promisifier",
"version": "0.3.1",
"description": "DEPRECATED: An ES6 promisifier wrapper",
"main": "./index.js",
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "./test"
},
"bin": {},
"scripts": {
"prepublishOnly": "standard && npm run test-tap -s",
"test": "standard && npm run test-tap -s",
"test-coverage": "tap --coverage --reporter=classic --timeout 600 --no-color \"test/tap/*.js\"",
"test-tap": "tap --reporter=classic --timeout 300 --no-color \"test/tap/*.js\"",
"tap": "tap --reporter=spec --timeout 300 --no-color",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack/es6-promisifier-js.git"
},
"keywords": [
"es6",
"promise"
],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "http://liviusdotnet.wordpress.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xpack/es6-promisifier-js/issues"
},
"homepage": "https://github.com/xpack/es6-promisifier-js",
"dependencies": {},
"devDependencies": {
"standard": "~11.0.1",
"tap": "~12.0.1"
},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"engines": {
"node": ">7.7.0"
}
}