{
  "name": "servicify",
  "version": "1.1.3",
  "description": "A service registry tool that allows you to trivially turn a node package into a consumable web service.",
  "main": "./lib/servicify.js",
  "scripts": {
    "test": "blue-tape test/*.js",
    "lint": "eslint --config .eslintrc index.js test/*.js lib/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allain/servicify"
  },
  "keywords": [
    "semver",
    "registry",
    "microservice"
  ],
  "author": "Allain Lalonde <allain.lalonde@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/allain/servicify/issues"
  },
  "homepage": "https://github.com/allain/servificy#readme",
  "dependencies": {
    "array-find": "^1.0.0",
    "debug": "^2.2.0",
    "fj-flatten": "^1.0.0",
    "get-parameter-names": "^0.2.0",
    "is-array": "^1.0.1",
    "native-promise-only": "^0.8.1",
    "object-assign": "^4.0.1",
    "object-values": "^1.0.0",
    "package-path": "0.0.1",
    "read-pkg": "^1.1.0",
    "resolve": "^1.1.6",
    "semver": "5.0.3"
  },
  "devDependencies": {
    "blue-tape": "0.1.10",
    "promise-identity": "^1.1.1",
    "servicify-http": "~1.x.x"
  }
}
