UNPKG

1.68 kBJSONView Raw
1{
2 "name": "slurry-spreader",
3 "version": "2.4.3",
4 "description": "Spread the Slurry around",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha",
8 "coverage": "nyc npm test",
9 "mocha:json": "mocha --reporter json > coverage/mocha.json",
10 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/octoblu/slurry-spreader.git"
15 },
16 "keywords": [
17 "Octoblu",
18 "Meshblu",
19 "Slurry"
20 ],
21 "author": "Octoblu, Inc. <npm@octoblu.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/octoblu/slurry-spreader/issues"
25 },
26 "homepage": "https://github.com/octoblu/slurry-spreader#readme",
27 "devDependencies": {
28 "chai": "^3.5.0",
29 "chai-subset": "^1.5.0",
30 "coffee-coverage": "^2.0.1",
31 "coffee-script": "^1.12.5",
32 "env-test": "^1.0.0",
33 "istanbul": "^0.4.4",
34 "mocha": "^3.3.0",
35 "mocha-istanbul": "^0.3.0",
36 "mocha-multi": "^0.11.0",
37 "mocha-osx-reporter": "^0.1.2",
38 "nyc": "^10.3.0",
39 "sinon": "^2.2.0",
40 "sinon-chai": "^2.10.0"
41 },
42 "dependencies": {
43 "@octoblu/redis-ns": "^1.3.1",
44 "async": "^2.4.0",
45 "debug": "^2.6.6",
46 "eventemitter2": "^4.1.0",
47 "generic-pool": "^3.1.7",
48 "ioredis": "^2.5.0",
49 "lodash": "^4.17.4",
50 "meshblu-encryption": "^2.0.1",
51 "moment": "^2.18.1",
52 "redlock": "^2.0.0",
53 "uuid": "^3.0.1",
54 "when": "^3.7.8"
55 },
56 "optionalDependencies": {
57 "hiredis": "^0.5.0"
58 },
59 "nyc": {
60 "cache": true,
61 "reporter": [
62 "text-summary",
63 "lcov",
64 "json"
65 ],
66 "extension": [
67 ".coffee"
68 ]
69 }
70}