{
  "name": "lacona-phrase-validator",
  "version": "0.10.2",
  "description": "Lacona phrase that validates input programmatically, but does not suggest",
  "main": "lib/validator.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "babel": "^4.7.16",
    "chai": "^2.1.2",
    "lacona": "^0.22.0",
    "lacona-util-fulltext": "^0.2.0",
    "mocha": "^2.2.1",
    "rimraf": "^2.3.2"
  },
  "scripts": {
    "pretest": "babel --optional runtime test --out-dir tmp",
    "test": "mocha tmp",
    "build": "babel --optional runtime src --out-dir lib",
    "validate": "npm run build && npm run test",
    "clean": "rimraf tmp lib",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lacona/lacona-phrase-validator.git"
  },
  "keywords": [
    "lacona",
    "phrase",
    "validate",
    "validator"
  ],
  "author": "@brandonhorst",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lacona/lacona-phrase-validator/issues"
  },
  "homepage": "https://github.com/lacona/lacona-phrase-validator",
  "dependencies": {
    "babel": "^4.7.16",
    "babel-runtime": "^4.7.16",
    "lacona-phrase": "0.6.1",
    "smart-split": "^1.0.2"
  },
  "standard": {
    "ignore": [
      "lib/**",
      "tmp/**"
    ]
  }
}
