UNPKG

meshblu-core-manager-token

Version:
52 lines 1.32 kB
{ "name": "meshblu-core-manager-token", "version": "7.6.1", "description": "Meshblu Token Manager", "main": "index.js", "scripts": { "test": "mocha", "coverage": "nyc npm test", "mocha:json": "env NPM_ENV=test 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-manager-token.git" }, "keywords": [ "Meshblu" ], "author": "Octoblu, <serveradmin@octoblu.com> (https://octoblu.com)", "license": "MIT", "bugs": { "url": "https://github.com/octoblu/meshblu-core-manager-token/issues" }, "homepage": "https://github.com/octoblu/meshblu-core-manager-token#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.5.3", "mocha-multi": "^0.9.1", "mocha-osx-reporter": "^0.1.2", "nyc": "^8.3.0", "sinon": "^1.17.4", "sinon-chai": "^2.8.0" }, "dependencies": { "chai-subset": "^1.3.0", "coffee-script": "^1.10.0", "lodash": "^4.11.2", "meshblu-core-datastore": "^4.6.1", "mongojs": "^2.4.0" }, "nyc": { "cache": true, "reporter": [ "text-summary", "lcov", "json" ], "extension": [ ".coffee" ] } }