package.json 758 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "pinkie-promise",
  3. "version": "2.0.1",
  4. "description": "ES2015 Promise ponyfill",
  5. "license": "MIT",
  6. "repository": "floatdrop/pinkie-promise",
  7. "author": {
  8. "name": "Vsevolod Strukchinsky",
  9. "email": "floatdrop@gmail.com",
  10. "url": "github.com/floatdrop"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "promise",
  23. "promises",
  24. "es2015",
  25. "es6",
  26. "polyfill",
  27. "ponyfill"
  28. ],
  29. "dependencies": {
  30. "pinkie": "^2.0.0"
  31. },
  32. "devDependencies": {
  33. "mocha": "*"
  34. },
  35. "__npminstall_done": true,
  36. "_from": "pinkie-promise@2.0.1",
  37. "_resolved": "https://registry.npmmirror.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz"
  38. }