{
  "name": "schema-mapper-api",
  "version": "0.4.2",
  "description": "A module to retrieve, modify and save schemas.",
  "repository": {
    "type": "git",
    "url": "https://github.com/schema-mapper/api.git"
  },
  "main": "lib/index.js",
  "scripts": {
    "test": "node lib/tests/*",
    "clean": "rm -rf lib",
    "build": "babel -d lib src",
    "watch": "babel --watch --source-maps inline -d lib src",
    "docs": "esdoc -c esdoc.json",
    "docs-remote": "curl -XPOST -H 'content-type: application/json' -d '{\"gitUrl\": \"git@github.com:schema-mapper/api.git\"}' https://doc.esdoc.org/api/create",
    "publish-docs": "npm run docs-remote && npm run docs && node publish-docs.js"
  },
  "dependencies": {
    "bluebird": "^3.1.5",
    "lodash.clone": "^4.0.2",
    "schema-mapper-differ": "0.4.2",
    "schema-mapper-project-collection": "0.4.2",
    "sockjs-stream": "^1.0.2",
    "through": "^2.3.8",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "babel": "^6.3.26",
    "babel-cli": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "esdoc": "^0.4.1",
    "esdoc-importpath-plugin": "0.0.1",
    "gh-pages": "^0.8.0",
    "tape": "^4.2.2"
  },
  "author": "Koen Schmeets",
  "license": "MIT"
}