'use strict';
'use strict';
just a few named-organisations no acronyms needed. no product/brand pollution.
let organisations = [
'google',
'microsoft',
'walmart',
'exxonmobil',
'glencore',
'samsung',
'chevron',
'at&t',
'verizon',
'costco',
'nestlé',
'7-eleven',
'adidas',
'nike',
'acer',
'mcdonalds',
'mcdonald\'s',
'comcast',
'compaq',
'craigslist',
'cisco',
'disney',
'coca cola',
'dupont',
'ebay',
'facebook',
'fedex',
'kmart',
'kodak',
'monsanto',
'myspace',
'netflix',
'sony',
'telus',
'twitter',
'usps',
'ubs',
'ups',
'walgreens',
'youtube',
'yahoo!',
'yamaha'
];
let suffixes = [
'center',
'centre',
'memorial',
'school',
'university',
'bank',
'college',
'house',
'foundation',
'department',
'institute',
'club',
'co',
'sons'
];
module.exports = {
suffixes: suffixes,
organisations: organisations
};