UNPKG

vjudge-description-spider

Version:

This project is the spider API for a number of Online Judge Systems.

28 lines (27 loc) 626 B
/** * Created with JetBrains WebStorm. * User: xadillax * Date: 8/1/13 * Time: 12:09 AM * MIME Type. */ module.exports = { "css": "text/css", "gif": "image/gif", "html": "text/html", "ico": "image/x-icon", "jpeg": "image/jpeg", "jpg": "image/jpeg", "js": "text/javascript", "json": "application/json", "pdf": "application/pdf", "png": "image/png", "svg": "image/svg+xml", "swf": "application/x-shockwave-flash", "tiff": "image/tiff", "txt": "text/plain", "wav": "audio/x-wav", "wma": "audio/x-ms-wma", "wmv": "video/x-ms-wmv", "xml": "text/xml" };