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

31 lines
576 B
JSON

{
"name": "pinkie",
"version": "1.0.0",
"description": "Itty bitty little wittle twinkie pinkie ES6 Promise implementation",
"license": "MIT",
"repository": "floatdrop/pinkie",
"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"
],
"dependencies": {},
"devDependencies": {
"mocha": "*",
"promises-aplus-tests": "*"
}
}