UNPKG

1.17 kBJSONView Raw
1{
2 "name": "meshblu-core-datastore",
3 "version": "4.4.2",
4 "description": "Meshblu Datastore",
5 "main": "index.js",
6 "scripts": {
7 "test": "istanbul cover _mocha -- -R spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/octoblu/meshblu-core-datastore.git"
12 },
13 "keywords": [
14 "Meshblu",
15 "Datastore"
16 ],
17 "author": "Octoblu, <serveradmin@octoblu.com> (https://octoblu.com)",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/octoblu/meshblu-core-datastore/issues"
21 },
22 "homepage": "https://github.com/octoblu/meshblu-core-datastore#readme",
23 "devDependencies": {
24 "@octoblu/redis-ns": "^1.2.2",
25 "chai": "^3.4.0",
26 "chai-subset": "^1.1.0",
27 "coffee-coverage": "^0.6.3",
28 "fakeredis": "^1.0.3",
29 "ioredis": "^1.15.1",
30 "istanbul": "^0.4.0",
31 "meshblu-core-cache": "^1.7.0",
32 "mocha": "^2.3.3",
33 "mocha-istanbul": "^0.2.0",
34 "mongojs": "^1.4.1",
35 "sinon": "^1.17.2",
36 "sinon-chai": "^2.8.0",
37 "uuid": "^2.0.2"
38 },
39 "dependencies": {
40 "async": "^2.0.0-rc.3",
41 "coffee-script": "^1.10.0",
42 "json-stable-stringify": "^1.0.1",
43 "lodash": "^4.11.1"
44 }
45}