bower.json 377 B

123456789101112131415161718192021
  1. {
  2. "name": "easy-promise",
  3. "description": "Pnly Promises/A+ implementation",
  4. "main": "dist/easy-promise.js",
  5. "authors": [
  6. "cnwhy <w.why@163.com>"
  7. ],
  8. "license": "BSD-2-Clause",
  9. "keywords": [
  10. "promise"
  11. ],
  12. "homepage": "https://github.com/cnwhy/promise",
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ]
  20. }