{
  "name": "@mojule/schema-mapper",
  "version": "0.3.0",
  "description": "Maps between schema and models",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@mojule/is": "^0.3.8",
    "@mojule/mapper": "^0.1.1"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "nyc": "^11.8.0",
    "tv4": "^1.3.0"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "nyc --reporter=html --reporter=text mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mojule/schema-mapper.git"
  },
  "keywords": [],
  "author": "Nik Coughlin <nrkn.com@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mojule/schema-mapper/issues"
  },
  "homepage": "https://github.com/mojule/schema-mapper#readme"
}
