{
  "name": "gogo-shell",
  "version": "0.0.5",
  "description": "A Node wrapper for sending Gogo commands to an OSGi environment",
  "license": "MIT",
  "main": "index.js",
  "author": "Rob Frampton <rob.g.frampton@gmail.com> (https://github.com/Robert-Frampton)",
  "repository": "Robert-Frampton/node-gogo-shell",
  "keywords": [
    "gogo",
    "osgi",
    "telnet"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "coveralls": "gulp coveralls",
    "test": "gulp test"
  },
  "dependencies": {
    "bluebird": "^3.3.3",
    "lodash": "^4.6.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.2.0",
    "sinon": "^1.17.3"
  }
}
