UNPKG

mqtt_manager_common

Version:
40 lines (39 loc) 890 B
{ "name": "mqtt_manager_common", "version": "1.0.2", "description": "Common functions for the manager", "main": "index.js", "jest": { "verbose": true, "collectCoverage": true, "testEnvironment": "node", "transformIgnorePatterns": [ "/node_modules/" ] }, "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/JeffLabonte/mqtt_manager_common.git" }, "keywords": [ "Mqtt", "Common" ], "author": "Jeff Labonte", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/JeffLabonte/mqtt_manager_common/issues" }, "homepage": "https://github.com/JeffLabonte/mqtt_manager_common#readme", "devDependencies": { "jest": "^23.4.1" }, "dependencies": { "jest-mongoose": "^1.0.2", "mongoose": "^5.2.4", "mongoose-unique-validator": "^2.0.1" } }