Initial code commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"author": "RandyTheSilly",
|
||||
"keywords": [
|
||||
"networking",
|
||||
"subnet",
|
||||
"converter"
|
||||
],
|
||||
"name": "subnet-helper",
|
||||
"pebble": {
|
||||
"displayName": "Subnet Helper",
|
||||
"enableMultiJS": false,
|
||||
"projectType": "native",
|
||||
"sdkVersion": "3",
|
||||
"targetPlatforms": [
|
||||
"aplite",
|
||||
"basalt",
|
||||
"chalk",
|
||||
"diorite",
|
||||
"flint",
|
||||
"emery",
|
||||
"gabbro"
|
||||
],
|
||||
"uuid": "09853807-57bd-47e5-8684-e8f2bb3eecad",
|
||||
"watchapp": {
|
||||
"watchface": false
|
||||
}
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user