{
  "name": "schema-mapper-spec",
  "version": "0.4.2",
  "description": "Schema Mapper data specifications and validators.",
  "repository": {
    "type": "git",
    "url": "https://github.com/schema-mapper/spec.git"
  },
  "main": "typedefs.js",
  "scripts": {
    "docs": "esdoc -c esdoc.json",
    "docs-remote": "curl -XPOST -H 'content-type: application/json' -d '{\"gitUrl\": \"git@github.com:schema-mapper/spec.git\"}' https://doc.esdoc.org/api/create",
    "build": "echo noop",
    "watch": "echo noop",
    "publish-docs": "npm run docs-remote && npm run docs && node publish-docs.js"
  },
  "author": "Koen Schmeets",
  "license": "MIT",
  "devDependencies": {
    "babel": "^6.3.26",
    "babel-cli": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "esdoc": "^0.4.1",
    "gh-pages": "^0.8.0"
  },
  "dependencies": {}
}