package.json 695 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "author": {
  3. "name": "matatbread"
  4. },
  5. "bugs": {
  6. "url": "https://github.com/MatAtBread/acorn-es7-plugin/issues"
  7. },
  8. "description": "A plugin for the Acorn parser that understands the ES7 keywords async and await",
  9. "homepage": "https://github.com/MatAtBread/acorn-es7-plugin#readme",
  10. "keywords": [
  11. "acorn",
  12. "parser",
  13. "es7",
  14. "async",
  15. "await"
  16. ],
  17. "license": "MIT",
  18. "main": "acorn-es7-plugin.js",
  19. "name": "acorn-es7-plugin",
  20. "readmeFilename": "README.md",
  21. "repository": {
  22. "type": "git",
  23. "url": "git+https://github.com/MatAtBread/acorn-es7-plugin.git"
  24. },
  25. "scripts": {
  26. "test": "cd test ; npm i ; npm test"
  27. },
  28. "version": "1.1.7"
  29. }