You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
790 B
31 lines
790 B
4 years ago
|
{
|
||
|
"name": "iot-dummy-data-generator",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Spawn dummy IoT devices and generate custom data that can be send to some data store.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha --watch --reporter spec"
|
||
|
},
|
||
|
"author": "Vedran Jukic",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"influx": "^5.0.3",
|
||
|
"object-sizeof": "^1.1.1",
|
||
|
"progress": "^1.1.8"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^3.11.1",
|
||
|
"eslint-config-standard": "^6.2.1",
|
||
|
"eslint-plugin-promise": "^3.4.0",
|
||
|
"eslint-plugin-standard": "^2.0.1",
|
||
|
"chai": "^3.5.0",
|
||
|
"deepstream.io": "^2.0.0",
|
||
|
"deepstream.io-client-js": "^2.0.0",
|
||
|
"diff": "^3.0.1",
|
||
|
"jsdoc": "^3.4.3",
|
||
|
"mocha": "^3.1.2",
|
||
|
"sinon": "^1.17.6",
|
||
|
"winston": "^2.3.0"
|
||
|
}
|
||
|
}
|