| 1234567891011121314151617 |
- {
- "name": "jison-calculator",
- "version": "1.0.2",
- "description": "",
- "main": "app.js",
- "scripts": {
- "start": "cd src && node app.js",
- "make": "cd src && jison jison/calculator.jison",
- "test": "npm run make && npm start",
- "build": "bash src/scripts/build.sh"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "jison": "^0.4.18"
- }
- }
|