1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 10:18:21 +01:00
antd-web-apps/mimes.json

27 lines
570 B
JSON
Raw Normal View History

2018-09-15 21:35:07 +02:00
{
"odt": { "mime": "application/vnd.oasis.opendocument.text", "binary": true },
"viz": {
"mime": "text/vnd.graphviz",
"binary": false
},
"py": {
"mime": "text/x-python",
"binary": false
},
"coffee":{
"mime": "text/vnd.coffeescript",
"binary": false
},
"apj": {
"mime": "text/antos-project",
"binary": false
2018-10-09 12:14:33 +02:00
},
"wasm": {
"mime": "application/wasm",
"binary": true
},
"glb": {
"mime": "model/gltf-binary",
"binary": true
2018-09-15 21:35:07 +02:00
}
}