35 lines
717 B
JSON
35 lines
717 B
JSON
{
|
|
"name": "subnet-helper",
|
|
"author": "RandyTheSilly",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"networking",
|
|
"subnet",
|
|
"mask",
|
|
"cidr"
|
|
],
|
|
"private": true,
|
|
"dependencies": {},
|
|
"pebble": {
|
|
"displayName": "Subnet Helper",
|
|
"uuid": "09853807-57bd-47e5-8684-e8f2bb3eecad",
|
|
"sdkVersion": "3",
|
|
"enableMultiJS": true,
|
|
"targetPlatforms": [
|
|
"aplite",
|
|
"basalt",
|
|
"chalk",
|
|
"diorite",
|
|
"flint",
|
|
"emery",
|
|
"gabbro"
|
|
],
|
|
"watchapp": {
|
|
"watchface": false
|
|
},
|
|
"resources": {
|
|
"media": []
|
|
}
|
|
}
|
|
}
|