Topmarks/chrome-helper

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "chrome-helper",
  "version": "1.0.0",
  "description": "A helper class for cyrus-and/chrome-remote-interface",
  "main": "lib/chrome-helper.js",
  "scripts": {
    "prepublish": "npm run compile",
    "compile": "babel -d lib/ src/",
    "compile-watch": "babel --watch -d lib/ src/",
    "test": "mocha test",
    "test-watch": "multi='mocha-osx-reporter=- nyan=-' mocha --watch --reporter mocha-multi test/",
    "coverage": "nyc npm test",
    "codeclimate": "npm run coverage && nyc report --reporter=text-lcov | codeclimate-test-reporter",
    "lint": "eslint .",
    "chrome": "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --remote-debugging-port=9222 --user-data-dir=$TMPDIR/chrome-profiling --no-default-browser-check --bwsi --window-size=\"800,600\" --enable-gpu-benchmarking"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Topmarks/chrome-helper.git"
  },
  "keywords": [
    "topmarks",
    "chrome"
  ],
  "nyc": {
    "exclude": [
      "lib",
      "test"
    ],
    "require": [
      "babel-register"
    ]
  },
  "author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Topmarks/chrome-helper/issues"
  },
  "homepage": "https://github.com/Topmarks/chrome-helper#readme",
  "dependencies": {
    "chrome-remote-interface": "^0.12.3"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.10.4",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^1.0.3",
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.3",
    "eslint": "^2.9.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.12.0",
    "eslint-plugin-jsx-a11y": "^1.2.0",
    "eslint-plugin-react": "^5.2.2",
    "mocha": "^2.5.3",
    "nyc": "^7.1.0",
    "sample-plugin": "file:test/fixtures/sample-plugin",
    "topmarks": "^1.0.0"
  }
}