-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 741 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"author": "kathleenruanse@gmail.com",
"dependencies": {
"pebble-clay": "^1.0.3"
},
"keywords": [],
"name": "sheinnovates",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "sheInnovates",
"enableMultiJS": true,
"messageKeys": {
"projectName": 0
},
"projectType": "native",
"resources": {
"media": []
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "046fc5e4-0471-455f-bd92-7a2bed6454d1",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}