UNPKG

browser-meshblu-http

Version:
52 lines (51 loc) 1.39 kB
{ "name": "browser-meshblu-http", "version": "6.6.2", "description": "Meshblu Client for the Browser", "main": "./index.js", "browser": { "./index.js": "./dist/bundle.js" }, "scripts": { "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul", "build": "webpack --config webpack.config.lib.js", "bundle": "webpack --config webpack.config.global.js -p" }, "repository": { "type": "git", "url": "git+https://github.com/octoblu/browser-meshblu-http.git" }, "keywords": [ "Meshblu", "Client" ], "author": "Octoblu <npm@octoblu.com>", "license": "MIT", "bugs": { "url": "https://github.com/octoblu/browser-meshblu-http/issues" }, "homepage": "https://github.com/octoblu/browser-meshblu-http#readme", "devDependencies": { "@octoblu/shmock": "^0.9.1", "chai": "^3.4.1", "coffee-coverage": "^1.0.0", "coffee-loader": "^0.7.2", "coffee-script": "^1.12.4", "compression-webpack-plugin": "^0.3.2", "istanbul": "^0.4.2", "mocha": "^3.2.0", "mocha-istanbul": "^0.3.0", "server-destroy": "^1.0.1", "sinon": "^1.17.7", "sinon-chai": "^2.8.0", "webpack": "^2.2.1" }, "dependencies": { "btoa": "^1.1.2", "lodash": "^4.17.4", "qs": "^6.3.1", "srv-failover": "^1.0.4", "superagent": "^3.4.3", "url-parse": "^1.0.5" } }