{
  "name": "schema-mapper-store",
  "version": "0.4.2",
  "description": "A node API, CLI and REST API to manage schemas and store data.",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/schema-mapper/store.git"
  },
  "bin": {
    "schema-mapper-store": "./bin/server.js"
  },
  "scripts": {
    "start": "bin/server.js",
    "test": "tape lib/tests/*",
    "clean": "rm -rf lib",
    "watch": "babel --watch --source-maps inline -d lib src & npm run watch-browser",
    "docs": "esdoc -c esdoc.json",
    "docs-remote": "curl -XPOST -H 'content-type: application/json' -d '{\"gitUrl\": \"git@github.com:schema-mapper/store.git\"}' https://doc.esdoc.org/api/create",
    "build-admin": "browserify --debug -t [ babelify --presets [ es2015 react ] ] -t lessify admin/scripts/index.js > public/bundle.js",
    "watch-admin": "budo admin/scripts/index.js --serve bundle.js --dir public --open --live -- --debug -t [ babelify --presets [ es2015 react ] ] -t lessify",
    "watch-browser": "budo browser.js --serve bundle.js --open --live -- --debug -t babelify",
    "build": "npm run clean && babel -d lib src",
    "publish-docs": "npm run docs-remote && npm run docs && node publish-docs.js"
  },
  "dependencies": {
    "babel-polyfill": "^6.3.14",
    "bluebird": "^3.1.5",
    "debug": "^2.2.0",
    "lodash.clone": "^4.0.2",
    "material-design-lite": "^1.0.6",
    "mkdirp": "^0.5.1",
    "restify": "^4.0.3",
    "schema-mapper-differ": "0.4.2",
    "schema-mapper-driver-elasticsearch": "0.4.2",
    "schema-mapper-driver-leveldb": "0.4.2",
    "schema-mapper-driver-postgresql": "0.4.2",
    "schema-mapper-inverter": "0.4.2",
    "schema-mapper-project-collection": "0.4.2",
    "schema-mapper-transformer": "0.4.2",
    "schema-mapper-validator": "0.4.2",
    "shoe": "0.0.15",
    "sockjs-stream": "^1.0.2",
    "subarg": "^1.0.0",
    "through": "^2.3.8"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-plugin-syntax-async-functions": "^6.3.13",
    "babel-plugin-transform-regenerator": "^6.3.26",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babelify": "^7.2.0",
    "brace": "^0.5.1",
    "browserify": "^11.2.0",
    "cookie": "^0.2.3",
    "esdoc": "^0.4.1",
    "esdoc-es7-plugin": "0.0.3",
    "esdoc-importpath-plugin": "0.0.1",
    "gh-pages": "^0.8.0",
    "js-yaml": "^3.4.6",
    "lessify": "^1.0.1",
    "react": "^0.14.0",
    "react-ace": "^2.6.0",
    "react-dom": "^0.14.1",
    "schema-mapper-api": "0.4.2",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.2",
    "uuid": "^2.0.1"
  },
  "author": "Koen Schmeets",
  "license": "MIT"
}