{
  "name": "@alu0101042305/eggparser",
  "version": "1.2.6",
  "description": "* [Eloquent JS. Chapter 11. Project: A Programming Language](http://eloquentjavascript.net/11_language.html) * [Deploy at GitHub](https://ULL-ESIT-PL-1617.github.io/egg)",
  "main": "lib/eggvm.js",
  "scripts": {
    "test": "mocha",
    "start": "./bin/egg.js examples/two.egg",
    "compile": "./bin/eggc.js examples/two.egg && ./bin/evm.js examples/two.egg.evm"
  },
  "bin": {
    "egg": "./bin/egg.js",
    "eggc": "./bin/eggc.js",
    "evm": "./bin/evm.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ULL-ESIT-PL-1617/egg.git"
  },
  "keywords": [
    "parsing",
    "lisp"
  ],
  "author": "Lucas Alonso Ortega",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ULL-ESIT-PL-1617/egg/issues"
  },
  "homepage": "https://github.com/ULL-ESIT-PL-1617/egg#readme",
  "devDependencies": {
    "gulp-shell": "*",
    "mocha": "*",
    "should": "*"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "readline": "^1.3.0",
    "xregexp": "^4.2.4"
  },
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  }
}
