{

  "author": {
    "name": "Thierry Schellenbach",
    "company": "Stream.io Inc"
  },
  "name": "getstream-fix-signing",
  "description": "The official low-level GetStream.io client for Node.js and the browser. Branched to fix issue where activity.to is already signed.",
  "main": "./src/getstream.js",
  "homepage": "https://getstream.io/",
  "version": "3.5.1",
  "browser": {
    "request": "xmlhttp-request",
    "crypto": false,
    "jsonwebtoken": false,
    "./src/lib/batch_operations.js": false,
    "qs": false,
    "url": false
  },
  "react-native": {
    "request": "xmlhttp-request",
    "crypto": false,
    "jsonwebtoken": false,
    "./src/lib/batch_operations.js": false,
    "qs": false,
    "url": false
  },
  "config": {
    "blanket": {
      "pattern": "src",
      "data-cover-never": [
        "node_modules"
      ]
    }
  },
  "devDependencies": {
    "async": ">=0.9.0",
    "babel-core": ">=5.8.25",
    "babel-loader": ">=5.3.2",
    "blanket": ">=1.1.6",
    "bluebird": ">=2.1.3",
    "codeclimate-test-reporter": ">=0.3.1",
    "connect": ">=3.0.1",
    "coveralls": ">=2.10.1",
    "eslint": ">=1.10.3",
    "expect.js": ">=0.3.1",
    "gulp": ">=3.8.7",
    "gulp-browserify": ">=0.5.0",
    "gulp-jscs": ">=3.0.1",
    "gulp-jscs-stylish": ">=1.2.1",
    "gulp-jshint": ">=1.6.3",
    "gulp-mocha": ">=0.4.1",
    "gulp-uglify": ">=0.3.1",
    "gulp-util": ">=2.2.17",
    "jshint": "^2.9.3",
    "jshint-stylish": ">=2.0.1",
    "mocha": ">=1.20.1",
    "mocha-lcov-reporter": ">=0.0.1",
    "mocha-sauce": "git://github.com/pbakaus/mocha-sauce.git",
    "nock": ">=5.2.1",
    "quickcheck": ">=0.0.4",
    "serve-static": ">=1.2.3",
    "sinon": ">=1.17.2",
    "term-canvas": ">=0.0.5",
    "webpack": ">=1.12.2"
  },
  "license": "BSD-3-Clause",
  "dependencies": {
    "Base64": ">=0.3.0",
    "xmlhttp-request": ">=0.4.0",
    "faye": ">=1.2.0",
    "http-signature": ">=1.0.2",
    "jsonwebtoken": "5.0.1",
    "qs": ">=6.2.0",
    "request": ">=2.67.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/GetStream/stream-js.git"
  },
  "scripts": {
    "test": "gulp test",
    "integration-tests": "./node_modules/.bin/mocha test/integration/index.js --bail",
    "sauce": "node test/saucelabs.js",
    "preversion": "npm test",
    "version": "gulp build && git add dist && git checkout test",
    "postversion": "./bin/postversion.sh"
  }
}
