package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of any-promise Show documentation
Show all versions of any-promise Show documentation
Resolve any installed ES6 compatible promise
{
"name": "any-promise",
"version": "1.0.0",
"description": "Resolve any installed ES6 compatible promise",
"main": "index.js",
"browser": {
"./register.js": "./register-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": "~7.1.1",
"es6-promise": "~3.0.2",
"rsvp": "~3.1.0",
"bluebird": "~3.1.5",
"when": "~3.7.7",
"q": "~1.4.1",
"native-promise-only": "~0.8.1",
"promises-aplus-tests": "~2.1.0",
"mocha": "~2.4.2"
}
}