smart-home
Version:
Netbeast dashboard, IoT apps manager
39 lines (38 loc) • 742 B
JSON
{
"name": "<Your plugin name>",
"version": "0.0.0",
"description": "Netbeast plugin for... <your description>",
"main": "index.js",
"netbeast": {
"bootOnLoad": true,
"type": "plugin"
},
"dependencies": {
"body-parser": "^1.14.0",
"commander": "^2.8.1",
"express": "^4.13.3",
"mocha": "^2.3.2",
"morgan": "^1.6.1",
"netbeast": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "node test.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "GITHUB_REPOSITORY"
},
"keywords": [
"iot",
"netbeast",
"plugin"
],
"author": "YOUR_EMAIL",
"license": "GPL 3",
"bugs": {
"url": "ISSUES_CHANNEL"
},
"homepage": "HOMEPAGE"
}