-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.77 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "fruit_image-project",
"pebble": {
"displayName": "Fruit_Image Project",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/nice.png",
"name": "TEST_IMAGE_4",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/banana100x100.png",
"name": "TEST_IMAGE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Tomato_150x150.png",
"name": "TEST_IMAGE_2",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Orange_150x150.png",
"name": "TEST_IMAGE_1",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Good.png",
"name": "TEST_IMAGE_5",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Bushido_135x.png",
"name": "TEST_IMAGE_3",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"uuid": "3d6964ae-e1e9-4597-9688-a0c947270de1",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}