{
  "name": "empty-schema",
  "version": "0.1.5",
  "description": "Generate empty placeholder data from JSON Schemas",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "build-maps": "babel src --out-dir lib --source-maps",
    "lint": "eslint src/index.js",
    "start": "babel-node src/index.js",
    "pretest": "npm run build",
    "test": "mocha --reporter nyan --compilers js:babel-core/register test",
    "auto-start": "nodemon --exec \"npm run lint && npm start\" --ignore public/js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/slurmulon/empty-schema.git"
  },
  "author": "Romeo Van Snick <romeovs@gmail.com>",
  "contributors": [
    "slurmulon <me@madhax.io>"
  ],
  "keywords": [
    "json",
    "schema",
    "empty",
    "form",
    "placeholder"
  ],
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-plugin-syntax-flow": "^6.5.0",
    "babel-plugin-transform-flow-strip-types": "^6.7.0",
    "babel-preset-es2015": "^6.6.0",
    "blanket": "^1.2.1",
    "chai": "^3.2.0",
    "chai-as-promised": "^5.1.0",
    "chai-things": "^0.2.0",
    "eslint": "^2.11.1",
    "mocha": "^2.3.2"
  },
  "dependencies": {
    "simple-json-schema-deref": "^0.1.0"
  }
}
