{
  "name": "@appsemble/schemas",
  "version": "0.0.1",
  "description": "JSON schemas used by Appsemble.",
  "main": "appsemble/schemas/index.js",
  "keywords": [
    "appsemble"
  ],
  "author": "Appsemble <support@appsemble.com>",
  "license": "MIT",
  "scripts": {
    "test": "run-p -cl eslint mocha",
    "eslint": "eslint --color --max-warnings 0 .",
    "mocha": "mocha",
    "start": "mocha --watch"
  },
  "dependencies": {
    "ajv": "^5.1.3"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.2.0",
    "js-yaml": "^3.8.4",
    "mocha": "^3.4.1",
    "npm-run-all": "^4.0.2"
  }
}
