UNPKG

1.38 kBJSONView Raw
1{
2 "name": "browser-meshblu-http",
3 "version": "6.1.3",
4 "description": "Meshblu Client for the Browser",
5 "main": "./index.js",
6 "browser": {
7 "./index.js": "./dist/bundle.js"
8 },
9 "scripts": {
10 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul",
11 "build": "webpack --config webpack.config.lib.js",
12 "bundle": "webpack --config webpack.config.global.js -p"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/octoblu/browser-meshblu-http.git"
17 },
18 "keywords": [
19 "Meshblu",
20 "Client"
21 ],
22 "author": "Octoblu <npm@octoblu.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/octoblu/browser-meshblu-http/issues"
26 },
27 "homepage": "https://github.com/octoblu/browser-meshblu-http#readme",
28 "devDependencies": {
29 "@octoblu/shmock": "^0.7.2",
30 "chai": "^3.4.1",
31 "coffee-coverage": "^1.0.0",
32 "coffee-loader": "^0.7.2",
33 "coffee-script": "^1.10.0",
34 "compression-webpack-plugin": "^0.2.0",
35 "istanbul": "^0.4.2",
36 "mocha": "^2.3.4",
37 "mocha-istanbul": "^0.2.0",
38 "server-destroy": "^1.0.1",
39 "sinon": "^1.17.2",
40 "sinon-chai": "^2.8.0",
41 "webpack": "^1.13.1"
42 },
43 "dependencies": {
44 "btoa": "^1.1.2",
45 "http-dns": "^2.0.6",
46 "lodash": "^4.5.1",
47 "qs": "^6.1.0",
48 "superagent": "^1.8.0",
49 "url-parse": "^1.0.5"
50 }
51}