{
  "name": "webcdn-client",
  "version": "0.0.1",
  "description": "client for a browser-based content distribution network using WebRTC",
  "main": "Gruntfile.js",
  "scripts": {
    "test": "grunt test",
    "build": "browserify src/webcdn.js > dist/webcdn.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pmichelberger/webcdn-client.git"
  },
  "author": "patrick_michelberger <pmichelberger@googlemail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pmichelberger/webcdn-client/issues"
  },
  "homepage": "https://github.com/pmichelberger/webcdn-client",
  "devDependencies": {
    "browserify": "^10.2.4",
    "chai": "^3.0.0",
    "grunt": "^0.4.5",
    "grunt-blanket-mocha": "^0.5.0",
    "grunt-browserify": "^3.8.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-connect": "^0.10.1",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-yuidoc": "^0.8.0",
    "grunt-mocha": "^0.4.13",
    "mocha": "^2.2.5",
    "sinon": "^1.15.3",
    "sinon-chai": "^2.8.0",
    "wrtc": "0.0.56"
  },
  "dependencies": {
    "get-browser-rtc": "^1.0.0",
    "sha1": "^1.1.1"
  }
}
