UNPKG

1.65 kBJSONView Raw
1{
2 "name": "meshblu-core-protocol-adapter-http",
3 "version": "5.4.3",
4 "description": "",
5 "engines": {
6 "node": ">=5.5.0"
7 },
8 "engineStrict": true,
9 "main": "index.js",
10 "scripts": {
11 "start": "node command.js",
12 "test": "mocha",
13 "coverage": "nyc npm test",
14 "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
15 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
16 },
17 "keywords": [],
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/octoblu/meshblu-core-protocol-adapter-http.git"
21 },
22 "author": "",
23 "license": "MIT",
24 "dependencies": {
25 "@octoblu/redis-ns": "^1.3.1",
26 "async": "^2.1.4",
27 "coffee-script": "^1.12.2",
28 "colors": "^1.1.2",
29 "debug": "^2.6.0",
30 "express-octoblu": "^2.0.0",
31 "ioredis": "^2.5.0",
32 "job-logger": "^4.3.1",
33 "lodash": "^4.17.4",
34 "meshblu-core-job-manager": "^9.2.5",
35 "meshblu-core-rate-limit-checker": "^1.0.1",
36 "request": "^2.79.0",
37 "server-destroy": "^1.0.1",
38 "simple-benchmark": "^1.0.11",
39 "uuid": "^3.0.1"
40 },
41 "devDependencies": {
42 "chai": "^3.4.0",
43 "chai-subset": "^1.4.0",
44 "fakeredis": "^1.0.3",
45 "mocha": "^3.2.0",
46 "mocha-multi": "^0.10.0",
47 "mocha-osx-reporter": "^0.1.2",
48 "node-mocks-http": "^1.5.5",
49 "nyc": "^10.0.0",
50 "semver": "^5.0.3",
51 "sinon": "^1.17.7",
52 "sinon-chai": "^2.8.0"
53 },
54 "nyc": {
55 "cache": true,
56 "reporter": [
57 "text-summary",
58 "lcov",
59 "json"
60 ],
61 "extension": [
62 ".coffee"
63 ]
64 },
65 "optionalDependencies": {
66 "hiredis": "^0.5.0"
67 }
68}