UNPKG

1.77 kBJSONView Raw
1{
2 "name": "meshblu-inquisitor",
3 "version": "3.0.3",
4 "description": "A library to setup an inquisitor device",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "browser": {
10 "./index.js": "./dist/bundle.js"
11 },
12 "scripts": {
13 "test": "mocha",
14 "coverage": "nyc npm test",
15 "mocha:json": "mocha --reporter json > coverage/mocha.json",
16 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-",
17 "build": "webpack --config webpack.config.lib.js",
18 "bundle": "webpack --config webpack.config.global.js -p"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/octoblu/inquisitor.git"
23 },
24 "author": "Octoblu, Inc <serveradmin@octoblu.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/octoblu/inquisitor/issues"
28 },
29 "homepage": "https://github.com/octoblu/inquisitor#readme",
30 "devDependencies": {
31 "chai": "^3.5.0",
32 "chai-subset": "^1.3.0",
33 "coffee-loader": "^0.7.2",
34 "coffee-script": "^1.11.1",
35 "compression-webpack-plugin": "^0.2.0",
36 "env-test": "^1.0.0",
37 "mocha": "^3.1.2",
38 "mocha-multi": "^0.9.1",
39 "mocha-osx-reporter": "^0.1.2",
40 "nyc": "^8.3.1",
41 "server-destroy": "^1.0.1",
42 "shmock": "^0.8.1",
43 "sinon": "^1.17.6",
44 "sinon-chai": "^2.8.0",
45 "socket.io": "^1.5.0",
46 "webpack": "^1.13.2"
47 },
48 "nyc": {
49 "cache": true,
50 "reporter": [
51 "text-summary",
52 "lcov",
53 "json"
54 ],
55 "extension": [
56 ".coffee"
57 ]
58 },
59 "dependencies": {
60 "async": "^2.1.2",
61 "browser-meshblu-http": "^5.4.0",
62 "dashdash": "^1.14.0",
63 "eventemitter2": "^2.1.3",
64 "lodash": "^4.16.4",
65 "meshblu-config": "^6.0.0",
66 "meshblu-firehose-socket.io": "^1.7.1"
67 }
68}