firehoseio/js_client

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "firehose-client",
  "version": "1.4.11",
  "codeName": "Sync Connections",
  "main": "lib/index.js",
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "prepublishOnly": "yarn run clean && yarn run build",
    "clean": "rm -rf dist",
    "build": "webpack -p --config webpack.production.js",
    "build:watch": "webpack --watch --config webpack.production.js",
    "test": "karma start",
    "test:ci": "karma start --browsers ChromeHeadless"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-istanbul": "^5.0.0",
    "babel-preset-env": "^1.6.1",
    "clean-webpack-plugin": "^0.1.9",
    "jasmine-ajax": "^3.4.0",
    "jasmine-core": "^2.9.1",
    "jquery": "^2.2.4",
    "json-loader": "^0.5.4",
    "karma": "^2.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.9",
    "webpack": "^3.10.0",
    "webpack-merge": "^4.1.1"
  },
  "peerDependencies": {
    "jquery": ">=2.2.4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/firehoseio/js_client.git"
  }
}