{
  "name": "js-sql",
  "version": "0.0.3",
  "description": "Write SQL directly in your JavaScript",
  "keywords": [
    "sql",
    "jss",
    "js-sql",
    "jssql",
    "esprima",
    "jstransform",
    "transpiler"
  ],
  "main": "index.js",
  "bin": {
    "jss": "./bin/jss"
  },
  "dependencies": {
    "esprima-fb": "~3001.1.0-dev-harmony-fb",
    "jstransform": "~4.0.0",
    "commoner": "~0.9.3"
  },
  "devDependencies": {
    "mocha": "~1.18.2",
    "should": "~3.3.1"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lalitkapoor/js-sql.git"
  },
  "author": "Lalit Kapoor <lalitkapoor@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lalitkapoor/js-sql/issues"
  },
  "homepage": "https://github.com/lalitkapoor/js-sql"
}
