{
  "name": "@quailjs/quail-core",
  "description": "Quail, the framework for building accessibility testing packages.",
  "version": "0.0.21",
  "author": {
    "name": "Jesse Beach",
    "email": "splendidnoise@gmail.com",
    "url": "https://jessebeach.github.io/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/jessebeach/quail-core.git"
  },
  "bugs": "http://github.com/jessebeach/quail-core/issues",
  "dependencies": {
    "babel-plugin-transform-object-rest-spread": "^6.1.18",
    "babel-polyfill": "^6.2.0",
    "babel-preset-es2015": "^6.1.18",
    "babelify": "^7.2.0",
    "browserify": "^11.0.1",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "chai-spies": "^0.5.1",
    "data-set": "^4.0.0",
    "discore-closest": "^0.2.0",
    "document-offset": "^1.0.4",
    "dom-style": "0.0.3",
    "dom-tree": "0.0.1",
    "dom-value": "0.0.0",
    "dom-select": "^1.1.0",
    "dom-walk": "^0.1.1",
    "is-dom": "^1.0.5",
    "mkdirp": "^0.5.1",
    "mocha": "^2.3.4",
    "new-element": "0.0.2",
    "phantomjs": "^1.9.19",
    "siblings": "^1.0.1",
    "sinon": "^1.10.3"
  },
  "peerDependencies": {},
  "optionalDependencies": {},
  "devDependencies": {
    "babel-eslint": "^5.0.0-beta4",
    "eslint": "^1.10.2",
    "jscs": "^2.6.0",
    "karma": "^0.13.15",
    "karma-browserify": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-firefox-launcher": "^0.1.7",
    "karma-html-reporter": "^0.2.7",
    "karma-mocha": "^0.2.1",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-sinon": "^1.0.4",
    "karma-spec-reporter": "0.0.23",
    "npm-watch": "0.0.1"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile",
    "jscs": "jscs -c .jscsrc src --esnext",
    "eslint": "eslint -c .eslintrc src",
    "karma": "karma start",
    "test": "npm run jscs && npm run eslint && karma start",
    "watch": "npm-watch"
  },
  "main": "./src/index.js",
  "watch": {
    "compile": [
      "src/**/*.js"
    ],
    "jscs": [
      "src/**/*.js",
      "test/**/*.js"
    ],
    "eslint": [
      "src/**/*.js",
      "test/**/*.js"
    ]
  }
}
