{
  "name": "accessible-js",
  "version": "0.1.8",
  "description": "accessible-js is a node module that allows developers to easily make their website accessible!",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --recursive --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
    "lint": "eslint .",
    "lint-fix": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FaizChishtie/accessible-js.git"
  },
  "keywords": [
    "accessibility"
  ],
  "author": "Faizaan Chishtie <faizchishtie@gmail.com> (https://github.com/FaizChishtie)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FaizChishtie/accessible-js/issues"
  },
  "engines": {
    "node": ">=4.2.4"
  },
  "homepage": "https://github.com/FaizChishtie/accessible-js#readme",
  "devDependencies": {
    "browserify": "16.3.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.5",
    "eslint": "^6.0.1",
    "eslint-config-google": "^0.13.0",
    "eslint-config-standard": "^13.0.1",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "gulp": "^4.0.2",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "vinyl-source-stream": "2.0.0"
  },
  "bin": {
    "accessible-js": "bin/accessible.js"
  },
  "dependencies": {
    "incremental-dom": "^0.6.0",
    "jsdom": "^15.1.1",
    "readline-sync": "^1.4.9",
    "yargs": "^13.3.0"
  }
}
