{
  "name": "sql-lexer",
  "version": "0.2.2",
  "dependencies": {
    "unicode-6.3.0-categories-L-regex": "iarna/unicode-6.3.0-categories-L-regex",
    "cli-color": "0.2.3"
  },
  "main": "index.js",
  "license": "BSD",
  "scripts": {
    "test": "node node_modules/tape/bin/tape $(find test -name '*.js')"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/iarna/sql-lexer.git"
  },
  "devDependencies": {
    "tape": "~1.0.4",
    "byline": "~4.1.1",
    "collect-callbacks": "~1.2.2"
  },
  "directories": {
    "test": "test"
  }
}
