/**
* @author Titus Wormer
* @copyright 2016 Titus Wormer
* @licenseMIT
* @modulevendors
* @fileoverview List of vendor prefixes known to the web platform.
*/
'use strict';
/* eslint-env commonjs *//*
* Expose.
*/module.exports = require('./index.json');