ota-device-list
Version:
A markojs component for listing OTA devices
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "ota-device-list",
"version": "1.2.2",
"repository": "github:foundriesio/ota-device-list",
"bugs": "https://github.com/foundriesio/ota-device-list/issues",
"homepage": "https://github.com/foundriesio/ota-device-list#readme",
"description": "A markojs component for listing OTA devices",
"main": "index.marko",
"files": [
"component.js",
"index.marko",
"marko.json",
"style.scss"
],
"dependencies": {
"marko": "^4.18.1",
"marko-cli": "^7.0.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-security": "^1.4.0"
},
"peerDependencies": {
"bulma": "^0.7.5",
"bulma-tooltip": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npx marko compile"
},
"keywords": [
"component",
"markojs",
"ota",
"devices"
],
"author": "Milo Casagrande <milo@foundries.io>",
"license": "Apache-2.0"
}