36 lines
843 B
JSON
36 lines
843 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|