cdif
Version:
Common device interconnect framework
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "cdif",
"version": "0.4.4",
"description": "Common device interconnect framework",
"bin": "./bin/cdif",
"main": "./bin/framework.js",
"scripts": {
"start": "./bin/cdif",
"start-allow-discover": "NODE_PATH=./lib node ./framework.js --allowDiscover",
"start-heap-dump": "NODE_PATH=./lib node --expose-gc ./framework.js --heapDump",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/out4b/cdif.git"
},
"keywords": [
"smart home",
"IoT",
"Bluetooth",
"ONVIF",
"Z-Wave",
"OAuth",
"SOA",
"WSDL"
],
"author": "out4b",
"license": "Apache-2.0",
"dependencies": {
"ajv": "^6.10.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"express": "^4.16.4",
"json-schema-ref-parser": "^6.1.0",
"jsonwebtoken": "^8.5.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"morgan": "^1.9.1",
"oauth": "^0.9.15",
"semver": "^6.0.0",
"socket.io": "^2.2.0",
"sqlite3": "^4.0.6",
"uuid": "^3.3.2"
},
"devDependencies": {
"async": "^2.6.2",
"json-schema-faker": "^0.5.0-rc16",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}