epiphany/node_modules/any-promise/package.json

37 lines
843 B
JSON
Raw Normal View History

2023-12-09 22:19:03 -08:00
{
"name": "any-promise",
"version": "0.1.0",
"description": "Resolve any installed ES6 compatible promise",
"main": "any-promise.js",
"browser": "any-promise-shim.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinbeaty/any-promise"
},
"keywords": [
"promise",
"es6"
],
"author": "Kevin Beaty",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinbeaty/any-promise/issues"
},
"homepage": "http://github.com/kevinbeaty/any-promise",
"dependencies": {},
"devDependencies": {
"promise": "~6.0.1",
"es6-promise": "~2.0.1",
"rsvp": "~3.0.16",
"bluebird": "~2.5.3",
"when": "~3.6.4",
"q": "~1.1.2",
"native-promise-only": "~0.7.6-a",
"promises-aplus-tests": "~2.1.0",
"mocha": "~2.1.0"
}
}