package.json 1017 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "any-promise",
  3. "version": "1.3.0",
  4. "description": "Resolve any installed ES6 compatible promise",
  5. "main": "index.js",
  6. "typings": "index.d.ts",
  7. "browser": {
  8. "./register.js": "./register-shim.js"
  9. },
  10. "scripts": {
  11. "test": "ava"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/kevinbeaty/any-promise"
  16. },
  17. "keywords": [
  18. "promise",
  19. "es6"
  20. ],
  21. "author": "Kevin Beaty",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/kevinbeaty/any-promise/issues"
  25. },
  26. "homepage": "http://github.com/kevinbeaty/any-promise",
  27. "dependencies": {},
  28. "devDependencies": {
  29. "ava": "^0.14.0",
  30. "bluebird": "^3.0.0",
  31. "es6-promise": "^3.0.0",
  32. "is-promise": "^2.0.0",
  33. "lie": "^3.0.0",
  34. "mocha": "^2.0.0",
  35. "native-promise-only": "^0.8.0",
  36. "phantomjs-prebuilt": "^2.0.0",
  37. "pinkie": "^2.0.0",
  38. "promise": "^7.0.0",
  39. "q": "^1.0.0",
  40. "rsvp": "^3.0.0",
  41. "vow": "^0.4.0",
  42. "when": "^3.0.0",
  43. "zuul": "^3.0.0"
  44. }
  45. }