{
  "name": "@core-framework/forms",
  "version": "0.1.0",
  "license": "MIT",
  "description": "Form handling and validation for Core Framework",
  "main": "./src/index.js",
  "files": [
    "src/"
  ],
  "engines": {
    "node": ">=7.7.4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/core-framework-js/forms.git"
  },
  "bugs": {
    "url": "https://github.com/core-framework-js/forms/issues"
  },
  "homepage": "https://github.com/core-framework-js/forms",
  "keywords": [
    "core",
    "framework",
    "core-framework",
    "forms",
    "form"
  ],
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "test": "./node_modules/.bin/mocha test/**/*Test.js",
    "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- test/**/*Test.js"
  },
  "dependencies": {
    "lodash": "^4.17.4",
    "validator": "^7.0.0"
  },
  "devDependencies": {
    "chai": "^4.0.0-canary.1",
    "eslint": "^3.19.0",
    "istanbul": "next",
    "mocha": "^3.2.0"
  }
}