UNPKG

browser-meshblu-http

Version:
50 lines (49 loc) 1.32 kB
{ "name": "browser-meshblu-http", "version": "5.3.0", "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.7.2", "chai": "^3.4.1", "coffee-coverage": "^1.0.0", "coffee-loader": "^0.7.2", "coffee-script": "^1.10.0", "compression-webpack-plugin": "^0.2.0", "istanbul": "^0.4.2", "mocha": "^2.3.4", "mocha-istanbul": "^0.2.0", "sinon": "^1.17.2", "sinon-chai": "^2.8.0", "webpack": "^1.13.1" }, "dependencies": { "btoa": "^1.1.2", "lodash": "^4.5.1", "qs": "^6.1.0", "superagent": "^1.8.0", "url-parse": "^1.0.5" } }