package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "acorn-es7-plugin-test",
  3. "version": "0.0.5",
  4. "description": "Tests for acorn-es7-plugin",
  5. "main": "nothing-here",
  6. "scripts": {
  7. "test": "npm i acorn@3 ; mocha --opts ./mocha.opts ; node test-es5.js ; npm i acorn@4 ; mocha --opts ./mocha.opts ; node test-es5.js ; npm i acorn@5 ; mocha --opts ./mocha.opts ; node test-es5.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/MatAtBread/acorn-es7-plugin.git"
  12. },
  13. "keywords": [
  14. "acorn",
  15. "parser",
  16. "es7",
  17. "async",
  18. "await"
  19. ],
  20. "author": "matatbread",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/MatAtBread/acorn-es7-plugin/issues"
  24. },
  25. "homepage": "https://github.com/MatAtBread/acorn-es7-plugin#readme",
  26. "devDependencies": {
  27. "babel-core": "^6.0.20",
  28. "babel-preset-es2015": "^6.0.15",
  29. "estraverse": "^4.1.1",
  30. "mocha": "^2.3.3",
  31. "colors": "^1.1.2",
  32. "xtend": "^4.0.1"
  33. },
  34. "dependencies": {
  35. "babel-core": "^6.14.0",
  36. "babel-preset-es2015": "^6.14.0",
  37. "colors": "^1.1.2",
  38. "estraverse": "^4.2.0",
  39. "mocha": "^2.5.3",
  40. "xtend": "^4.0.1"
  41. }
  42. }