{
  "name": "skul",
  "description": "SKuL - SQL query manager",
  "version": "0.6.6",
  "author": "Paul Duthoit <duthoit.paul@gmail.com>",
  "homepage": "http://skul.io/",
  "main": "index.js",
  "keywords": [
    "sql",
    "mysql",
    "orm",
    "query",
    "builder",
    "manager",
    "postgresql",
    "postgres",
    "pg",
    "pgsql",
    "skul",
    "skull"
  ],
  "license": "MIT",
  "dependencies": {
    "deep-equal": "^1.0.1",
    "knex": "^0.10.0",
    "moment": "^2.17.1",
    "object-path": "^0.9.2",
    "promise": "^7.1.1",
    "underscore": "1.8.3",
    "sql-formatter": "^1.2.0",
    "colors": "^1.1.2"
  },
  "devDependencies": {
    "colors": "^1.1.2",
    "debug": "^2.2.0",
    "deep-equal": "^1.0.1",
    "mocha": "2.4.5",
    "mysql": "^2.10.2",
    "sql-formatter": "^1.2.0"
  },
  "directories": {
    "lib": "./lib/skul"
  },
  "bugs": {
    "url": "https://github.com/paulduthoit/skul/issues/new",
    "email": "duthoit.paul@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/paulduthoit/skul.git"
  },
  "scripts": {
    "test": "node tests/test.js"
  }
}
