package.json
{
"name": "meshblu-firehose-socket.io",
"version": "4.0.3",
"description": "Meshblu Firehose Client for socket.io",
"main": "./dist/firehose-socket-io.js",
"browser": {
"./index.js": "./dist/bundle.js"
},
"scripts": {
"coverage": "nyc npm test",
"mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
"build": "webpack --config webpack.config.lib.js && coffee --compile --output dist/ --map src/*.coffee",
"bundle": "webpack --config webpack.config.global.js -p",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octoblu/node-meshblu-firehose-socket.io.git"
},
"keywords": [
"meshblu",
"meshblu-client",
"meshblu-firehose"
],
"author": "Octoblu, Inc <npm@octoblu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/node-meshblu-firehose-socket.io/issues"
},
"homepage": "https://github.com/octoblu/node-meshblu-firehose-socket.io#readme",
"devDependencies": {
"chai": "^3.5.0",
"coffee-loader": "^0.7.2",
"mocha": "^3.2.0",
"mocha-multi": "^0.10.0",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^10.0.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"socket.io": "^1.7.2",
"webpack": "^1.13.3"
},
"dependencies": {
"backo": "^1.1.0",
"coffee-script": "^1.12.2",
"eventemitter2": "^2.2.1",
"lodash": "^4.17.4",
"socket.io-client": "^1.7.2",
"srv-failover": "^2.0.0"
},
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}