{
  "author": "windyrobin (https://github.com/windyrobin)",
  "maintainers": [
    "fish <zhengxinlin@gmail.com> (https://github.com/fishbar)"
  ],
  "name": "node-sqlparser",
  "description": "a sql parser for node.js",
  "version": "1.0.4",
  "repository": {
    "url": "git://github.com/alibaba/nquery.git"
  },
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "dependencies": {},
  "devDependencies": {
    "pegjs": "0.10.0",
    "mocha": ">=1.0.0",
    "should": ">=1.2.0"
  },
  "readmeFilename": "README.md",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "sql parser",
    "sql ast",
    "custom sql"
  ],
  "license": "GPL-2.0"
}
