UNPKG

browser-meshblu-http

Version:
40 lines 1.02 kB
{ "name": "browser-meshblu-http", "version": "2.0.0", "description": "Meshblu Client for the Browser", "main": "index.js", "scripts": { "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul" }, "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-script": "^1.10.0", "istanbul": "^0.4.2", "mocha": "^2.3.4", "mocha-istanbul": "^0.2.0", "sinon": "^1.17.2", "sinon-chai": "^2.8.0" }, "dependencies": { "lodash": "^4.5.1", "qs": "^6.1.0", "superagent": "^1.8.0", "url-parse": "^1.0.5" } }