{
  "name": "quasiste",
  "version": "1.2.1",
  "description": "An object-oriented language for parsing and pattern matching",
  "repository": {
    "type": "git",
    "url": "https://github.com/TavaresKoch/quasiste.git"
  },
  "keywords": [
    "delectus",
    "aut",
    "pattern matching",
    "rerum",
    "ometa",
    "eveniet",
    "et",
    "ometajs",
    "omnis",
    "perspiciatis"
  ],
  "homepage": "https://github.com/TavaresKoch/quasiste.git",
  "bugs": {
    "url": "https://github.com/TavaresKoch/quasiste.git/issues"
  },
  "main": "src/main.js",
  "bin": "src/ohm-cmd.js",
  "browserify": {
    "options": "src/main.js --debug --standalone ohm -o dist/ohm.js"
  },
  "license": "MIT",
  "author": "MarinaWaters",
  "dependencies": {
    "es6-symbol": "^2.0.1",
    "inherits": "^2.0.1",
    "is-buffer": "^1.0.2",
    "util-extend": "^1.0.1"
  },
  "devDependencies": {
    "browser-sync": "^2.8.0",
    "browserify": "^11.0.0",
    "browserify-incremental": "^3.0.1",
    "eslint": "^0.17.1",
    "eslint-plugin-no-extension-in-require": "^0.2.0",
    "jscs": "^1.12.0",
    "jsdom": "^3.1.2",
    "markscript": "0.4.2",
    "tap-spec": "^2.2.2",
    "tape": "^3.5.0",
    "tape-catch": "^1.0.4",
    "uglify-js": "^2.4.12",
    "watchify": "^3.3.0",
    "watchy": "^0.6.1"
  },
  "engines": {
    "node": ">=0.12.1"
  }
}
