-
Notifications
You must be signed in to change notification settings - Fork 0
/
pants_data.json
116 lines (116 loc) · 3.45 KB
/
pants_data.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"pants": [
{
"img_url": "../assets/pants01.png",
"pantsName": "Stiff Jeans",
"pantsColor": "Blue",
"pantsStyle": "Casual",
"pantsBrand": "Gap",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants02.png",
"pantsName": "Black Khakis",
"pantsColor": "Black",
"pantsStyle": "Work Casual",
"pantsBrand": "Banana Republic",
"pantsWearLimit": 66
},
{
"img_url": "../assets/pants03.png",
"pantsName": "Carharts",
"pantsColor": "Tan",
"pantsStyle": "Casual",
"pantsBrand": "Carhart",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants04.png",
"pantsName": "Black Dress Pants",
"pantsColor": "Black",
"pantsStyle": "Formal",
"pantsBrand": "Banana Republic",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants05.png",
"pantsName": "Green Jeans",
"pantsColor": "Green",
"pantsStyle": "Casual",
"pantsBrand": "Gap",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants06.png",
"pantsName": "Tan Jeans",
"pantsColor": "Tan",
"pantsStyle": "Casual",
"pantsBrand": "Gap",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants07.png",
"pantsName": "Faded Jeans",
"pantsColor": "Light Blue",
"pantsStyle": "Casual",
"pantsBrand": "Levi's",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants01.png",
"pantsName": "Striped Jeans",
"pantsColor": "Blue",
"pantsStyle": "Casual",
"pantsBrand": "Gap",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants02.png",
"pantsName": "Black Khakis",
"pantsColor": "Black",
"pantsStyle": "Work Casual",
"pantsBrand": "Banana Republic",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants03.png",
"pantsName": "Carharts",
"pantsColor": "Tan",
"pantsStyle": "Casual",
"pantsBrand": "Carhart",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants04.png",
"pantsName": "Black Dress Pants",
"pantsColor": "Black",
"pantsStyle": "Formal",
"pantsBrand": "Banana Republic",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants05.png",
"pantsName": "Green Jeans",
"pantsColor": "Green",
"pantsStyle": "Casual",
"pantsBrand": "Gap",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants06.png",
"pantsName": "Tan Jeans",
"pantsColor": "Tannish",
"pantsStyle": "Casual",
"pantsBrand": "Gap",
"pantsWearLimit": 6
},
{
"img_url": "../assets/pants07.png",
"pantsName": "Faded Jeans",
"pantsColor": "Light Blue",
"pantsStyle": "Casual",
"pantsBrand": "Levi's",
"pantsWearLimit": 6
}
]
}