package.json 471 B

1234567891011121314151617181920212223
  1. {
  2. "name": "is-promise",
  3. "version": "2.2.2",
  4. "description": "Test whether an object looks like a promises-a+ promise",
  5. "main": "./index.js",
  6. "scripts": {
  7. "test": "mocha -R spec"
  8. },
  9. "files": [
  10. "index.js",
  11. "index.mjs"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/then/is-promise.git"
  16. },
  17. "author": "ForbesLindesay",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "better-assert": "^1.0.2",
  21. "mocha": "~1.7.4"
  22. }
  23. }