{
  "name": "form-check-input",
  "version": "0.0.4",
  "description": "an input which automatically check the input word",
  "main": "./src/index.js",
  "scripts": {
    "prebuild": "npm run clean",
    "pre:commit": "yarn build",
    "build": "npm run rollup & npm run rollup:production",
    "build:watch": "npm run rollup -- --watch",
    "clean": "del-cli \"dist/**/*\"",
    "rollup": "rollup --config",
    "rollup:production": "cross-env NODE_ENV=production npm run rollup",
    "test": "echo \"Error: no test specified\" && exit 1",
    "example": "http-server -p 6324"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alfxjx/form-check-input.git"
  },
  "keywords": [
    "input",
    "check",
    "form"
  ],
  "author": "alfxjx",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Alfxjx/form-check-input/issues"
  },
  "homepage": "https://github.com/Alfxjx/form-check-input#readme",
  "devDependencies": {
    "babel-preset-env": "^1.6.1",
    "cross-env": "^5.1.3",
    "del-cli": "^1.1.0",
    "rollup": "^0.53.0",
    "rollup-plugin-babel": "^3.0.3",
    "rollup-plugin-uglify": "^2.0.1",
    "babel-cli": "^6.26.0",
    "rollup-watch": "^4.3.1"
  }
}
