{
  "name": "censql",
  "version": "1.7.9",
  "description": "A NodeJS command line client for SAP HANA",
  "keywords": [
    "sap",
    "hana",
    "client",
    "cli",
    "hdb",
    "sql",
    "query",
    "util",
    "studio"
  ],
  "main": "./app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "William Overton <woverton@centiq.co.uk>",
  "license": "MIT",
  "preferGlobal": "true",
  "dependencies": {
    "ansi-substring": "^1.0.3",
    "async": "^1.5.2",
    "charm": "^1.0.0",
    "cli-table": "^0.3.1",
    "colors": "^1.1.2",
    "hdb": "^0.5.5",
    "historic-readline": "^1.0.1",
    "lodash": "^4.6.1",
    "mkdirp": "^0.5.1",
    "optimist": "^0.6.1",
    "os-homedir": "^1.0.1",
    "pad": "^1.0.0",
    "stripcolorcodes": "^0.1.0"
  },
  "bin": {
    "censql": "./app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Centiq/CenSQL.git"
  },
  "engines": {
    "node": ">= 0.10.30"
  },
  "nexe": {
    "input": "./app.js",
    "output": "app^$",
    "runtime": {
      "framework": "node",
      "version": "5.4.1",
      "js-flags": "",
      "ignoreFlags": true
    }
  }
}
