Innovenergy_trunk/frontend/node_modules/which-promise/node_modules/pinkie-promise/package.json

34 lines
571 B
JSON

{
"name": "pinkie-promise",
"version": "1.0.0",
"description": "ES6 Promise ponyfill",
"license": "MIT",
"repository": "floatdrop/pinkie-promise",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "github.com/floatdrop"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"promise",
"es6",
"polyfill",
"ponyfill"
],
"dependencies": {
"pinkie": "^1.0.0"
},
"devDependencies": {
"mocha": "*"
}
}