All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
{
  "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"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy