wIoT - A distributed IoT operating system basing on NodeJS
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
730 B

{
"name": "wiot",
"version": "0.4.1",
"description": "A software-defined IoT Network OS for NodeMCU",
"main": "src/compiler/index.js",
"repository": "git@github.com:iotcat/wIoT",
"author": "IoTcat <i@iotcat.me>",
"license": "MIT",
"bin": {
"wiot": "bin/wiot"
},
"dependencies": {
"boxen": "^4.2.0",
"cli-table": "^0.3.1",
"coap": "^0.24.0",
"colors": "^1.4.0",
"dgram": "^1.0.1",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"got": "^11.8.2",
"inquirer": "^8.0.0",
"log4js": "^6.3.0",
"md5": "^2.3.0",
"nodemcu-tool": "^3.2.1",
"ora": "^5.1.0",
"request": "^2.88.2",
"timeago.js": "^4.0.2",
"yargs": "^16.1.1",
"yarn": "^1.22.10"
}
}