{
  "name": "ajv-moment",
  "version": "2.0.6",
  "description": "robust date validation for ajv",
  "main": "./dist/index.js",
  "scripts": {
    "build": "babel lib -d dist",
    "coverage": "./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover tape test/tests/**/*.test.js",
    "postversion": "npm run build",
    "release": "standard-version",
    "test": "mocha --compilers js:babel-register test/index.test.js"
  },
  "keywords": [
    "ajv",
    "date",
    "moment"
  ],
  "author": "chris ludden",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cludden/ajv-moment.git"
  },
  "types": "typings/index.d.ts",
  "dependencies": {},
  "devDependencies": {
    "ajv": "^4.1.7",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-istanbul": "^0.12.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.13.2",
    "babel-register": "^6.14.0",
    "babel-tape-runner": "^2.0.1",
    "chai": "^3.5.0",
    "eslint": "^3.1.0",
    "lodash": "^4.17.15",
    "mocha": "^2.5.3",
    "moment": "^2.14.1",
    "sinon": "^1.17.4",
    "standard-version": "^7.1.0"
  }
}
