package.json 365 B

12345678910111213141516
  1. {
  2. "name": "jison-calculator",
  3. "version": "1.0.1",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "cd src && node app.js",
  8. "make": "cd src && jison jison/calculator.jison",
  9. "build": "bash scripts/build.sh"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "jison": "^0.4.18"
  15. }
  16. }