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.

17 lines
387 B

{
"name": "wIoT-pages",
"version": "0.0.1",
"description": "Web document for wIoT.",
"main": "index.js",
"repository": "https://github.com/IoTcat/wIoT/tree/gh-pages",
"scripts": {
"start": "docsify",
"serve": "docsify serve ."
},
"author": "IoTcat <i@iotcat.me>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"docsify-cli": "^4.4.1"
}
}