octoblu-device-schema-transmogrifier
Version:
Transmogrifies message and device schemas from version NULL to v1.0.0 for meshblu devices
40 lines (39 loc) • 1.13 kB
JSON
{
"name": "octoblu-device-schema-transmogrifier",
"version": "1.3.0",
"description": "Transmogrifies message and device schemas from version NULL to v1.0.0 for meshblu devices",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octoblu/octoblu-device-schema-transmogrifier.git"
},
"keywords": [
"Iot",
"Meshblu",
"TRANSMOGRIFICATION"
],
"author": "Octoblu, Inc <npm@octoblu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/octoblu-device-schema-transmogrifier/issues"
},
"homepage": "https://github.com/octoblu/octoblu-device-schema-transmogrifier#readme",
"devDependencies": {
"chai": "^3.5.0",
"chai-subset": "^1.2.2",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"mocha-istanbul": "^0.2.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"coffee-script": "^1.10.0",
"lodash": "^4.11.1"
}
}