{
  "name": "mlrepl",
  "version": "0.0.3",
  "description": "a fork of the standard nodejs repl that executes against a marklogic server instead of the built-in node server.",
  "main": "mlrepl.js",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lonhutt/mlrepl.git"
  },
  "dependencies": {
    "marklogic": "^1.0.3",
    "open": "0.0.5",
    "osenv": "^0.1.3",
    "request": "2.54.0"
  },
  "devDependencies": {
    "bower": "^1.5.3"
  },
  "scripts": {
    "mlconfig": "node scripts/checkConfig.js",
    "preinstall": "cp .mlreplrc ~/; cd editor; tar xf docs.tar.gz; tar xf bower.tar.gz",
    "install": "node scripts/install.js",
    "postinstall": "cd editor; rm -fr docs; rm -fr bower_components",
    "test": "mlrepl"
  },
  "bin": {
    "mlrepl": "./bin/mlrepl",
    "mlrconfig": "./bin/mlrconfig"
  },
  "keywords": [
    "repl",
    "javascript",
    "marklogic",
    "cli",
    "ide",
    "completion",
    "introspection"
  ],
  "engines": {
    "node": ">=0.12.0"
  },
  "engineStrict" : true,
  "author": "Lon Hutt <lonhutt@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lonhutt/mlrepl/issues"
  },
  "homepage": "https://github.com/lonhutt/mlrepl#readme"
}
