UNPKG

meshblu-core-datastore

Version:
61 lines (60 loc) 1.51 kB
{ "name": "meshblu-core-datastore", "version": "5.1.0", "description": "Meshblu Datastore", "main": "index.js", "scripts": { "test": "mocha", "coverage": "nyc npm test", "mocha:json": "mocha --reporter json > coverage/mocha.json", "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-" }, "repository": { "type": "git", "url": "git+https://github.com/octoblu/meshblu-core-datastore.git" }, "keywords": [ "Meshblu", "Datastore" ], "author": "Octoblu, <serveradmin@octoblu.com> (https://octoblu.com)", "license": "MIT", "bugs": { "url": "https://github.com/octoblu/meshblu-core-datastore/issues" }, "homepage": "https://github.com/octoblu/meshblu-core-datastore#readme", "devDependencies": { "@octoblu/redis-ns": "^1.2.2", "chai": "^3.5.0", "chai-subset": "^1.3.0", "coffee-script": "^1.11.1", "env-test": "^1.0.0", "fakeredis": "^2.0.0", "meshblu-core-cache": "^1.7.0", "mocha": "^3.1.2", "mocha-multi": "^0.9.1", "mocha-osx-reporter": "^0.1.2", "mongojs": "^2.4.0", "nyc": "^8.3.2", "sinon": "^1.17.6", "sinon-chai": "^2.8.0", "uuid": "^2.0.2" }, "dependencies": { "async": "^2.0.0-rc.3", "coffee-script": "^1.10.0", "json-stable-stringify": "^1.0.1", "lodash": "^4.11.1" }, "nyc": { "cache": true, "reporter": [ "text-summary", "lcov", "json" ], "extension": [ ".coffee" ] } }