-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitems.json
64 lines (64 loc) · 2.37 KB
/
items.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
{
name: 'War Room Table',
color: 'tan',
quantity: 5,
description: 'A Beautiful War Room table, perfect for collaborative work spaces!',
usaDollarPrice: 180.00,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/f/fd/Meeting_room,_table_and_paper_board.jpg'
},
{
name: 'Foosball Table',
color: 'white',
quantity: 53,
description: 'Wooden table, some assembly required.',
usaDollarPrice: 125.99,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/6/62/FAS_Foosball_table_1.jpg'
},
{
name: 'Ping pong table',
color: 'green',
quantity: 7,
description: 'A very sturdy ping pong table. Includes 2 paddles and a regulation sized net.',
usaDollarPrice: 199.99,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/0/0c/Table_tennis_table_007.JPG'
},
{
name: 'IBM Coffee Beans',
color: 'brown',
quantity: 155,
description: 'These have been fueling IBMers for ages!',
usaDollarPrice: 15.00,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/c/c5/Roasted_coffee_beans.jpg'
},
{
name: 'Ping pong balls',
color: 'white',
quantity: 97,
description: '3 star ping pong balls, regulation size.',
usaDollarPrice: 12.00,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/f/fd/Tischtennisball-weiss-004.jpg'
},
{
name: 'Travel Backpack',
color: 'green',
quantity: 64,
description: 'This backpack is perfect for traveling.',
usaDollarPrice: 49.99,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Rucksack_Schweizer_Armee_1960er_a.jpg/828px-Rucksack_Schweizer_Armee_1960er_a.jpg'
},
{
name: 'Monitor',
color: 'white',
quantity: 24,
description: 'A computer monitor.',
usaDollarPrice: 159.99,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/LG_L194WT-SF_LCD_monitor.jpg/1191px-LG_L194WT-SF_LCD_monitor.jpg'
},
{
name: 'Water Bottle',
color: 'orange, blue, yellow',
quantity: 71,
description: '3 different colors to match your personality!',
usaDollarPrice: 19.99,
imgsrc:'http://upload.wikimedia.org/wikipedia/commons/0/07/Multi-use_water_bottle.JPG'
}