{
  "name": "ac",
  "version": "1.0.2",
  "description": "Autocomplete",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover test/test.js",
    "coverage": "istanbul cover ./test/*.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "codeclimate": "CODECLIMATE_REPO_TOKEN=4cf72310af534f72fcd2829fa59235f1e3311198cb6b6f48a6aca9a19711882d ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info",
    "jshint": "jshint -c .jshintrc --exclude-path .gitignore .",
    "start": "node example/server.js"
  },
  "pre-commit": [
    "jshint",
    "cover"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nelsonic/ac.git"
  },
  "keywords": [
    "Autocomplete"
  ],
  "author": "nelsonic <nodecoder@gmail.com> (https://github.com/nelsonic)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nelsonic/ac/issues"
  },
  "homepage": "https://github.com/nelsonic/ac",
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.4",
    "istanbul": "^0.3.14",
    "pre-commit": "1.0.7"
  },
  "dependencies": {
    "level": "^1.0.0"
  },
  "pre-commit": [
    "jshint",
    "coverage",
    "codeclimate"
  ],
  "engines": {
    "node": ">= 0.10"
  }
}
