meshblu-rules-engine
Version:
Rules for transforming devices in Meshblu based off of events
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "meshblu-rules-engine",
"version": "5.0.0",
"description": "Rules for transforming devices in Meshblu based off of events",
"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-rules-engine.git"
},
"keywords": [
"Meshblu",
"Octoblu",
"IoT",
"Rules",
"Rulez"
],
"author": "Octoblu, Inc <serveradmin@octoblu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/meshblu-rules-engine/issues"
},
"homepage": "https://github.com/octoblu/meshblu-rules-engine#readme",
"devDependencies": {
"chai": "^4.1.0",
"chai-subset": "^1.5.0",
"coffee-script": "^1.12.7",
"env-test": "^1.0.0",
"mocha": "^3.5.0",
"mocha-multi": "^0.11.0",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^11.1.0",
"sinon": "^3.0.0",
"sinon-chai": "^2.12.0"
},
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
},
"dependencies": {
"async": "^2.5.0",
"christacheio": "^3.1.1",
"fs-cson": "^0.3.2",
"json-rules-engine": "^2.0.2",
"lodash": "^4.17.4",
"meshblu-json-schema-resolver": "^3.0.0",
"moment": "^2.18.1"
}
}