{
  "name": "php-parser",
  "version": "2.2.0",
  "description": "Parse PHP code and returns its AST",
  "main": "src/index.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha test --stack-size=5000",
    "cover": "node --stack-size=5000 node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glayzzle/php-parser"
  },
  "bugs": {
    "url": "https://github.com/glayzzle/php-parser/issues"
  },
  "homepage": "http://glayzzle.com/php-parser/",
  "keywords": [
    "php",
    "php5",
    "php7",
    "parser",
    "lexer",
    "tokenizer",
    "ast"
  ],
  "author": "Ioan CHIRIAC",
  "license": "BSD-3-Clause",
  "xo": {
    "space": 2,
    "envs": [
      "node",
      "mocha"
    ]
  },
  "devDependencies": {
    "coveralls": "^2.11.15",
    "grunt": "^1.0.1",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-documentation": "^1.2.1",
    "istanbul": "0.3.x",
    "mocha": "^3.2.0",
    "should": "^11.2.0"
  }
}
