You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

43 line
978 B

  1. {
  2. "name": "dfa",
  3. "version": "1.2.0",
  4. "description": "A state machine compiler",
  5. "main": "index.js",
  6. "devDependencies": {
  7. "@babel/core": "^7.0.0",
  8. "@babel/preset-env": "^7.0.0",
  9. "@babel/register": "^7.0.0",
  10. "mocha": "^3.1.0",
  11. "pegjs": "^0.10.0",
  12. "rollup": "^1.5.0",
  13. "rollup-plugin-babel": "^4.0.1",
  14. "rollup-plugin-commonjs": "^9.2.1",
  15. "rollup-plugin-local-resolve": "^1.0.7"
  16. },
  17. "scripts": {
  18. "test": "mocha --require @babel/register",
  19. "prepublish": "make"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git+ssh://git@github.com/devongovett/dfa.git"
  24. },
  25. "keywords": [
  26. "state",
  27. "machine",
  28. "compiler"
  29. ],
  30. "author": "Devon Govett <devongovett@gmail.com>",
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/devongovett/dfa/issues"
  34. },
  35. "homepage": "https://github.com/devongovett/dfa#readme",
  36. "files": [
  37. "index.js",
  38. "index.js.map",
  39. "compile.js",
  40. "compile.js.map"
  41. ]
  42. }