cifloader3
Version:
A CIF-File loader for three.js
26 lines (25 loc) • 576 B
JSON
{
"name": "cifloader3",
"version": "0.9.3",
"description": "A CIF-File loader for three.js",
"main": "CIFLoader.js",
"typings": "CIFLoader.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/JensKrumsieck/CIFLoader3.git"
},
"keywords": [
"three.js",
"CIF",
"chemistry"
],
"author": "Jens Krumsieck",
"license": "MIT",
"bugs": {
"url": "https://github.com/JensKrumsieck/CIFLoader3/issues"
},
"homepage": "https://github.com/JensKrumsieck/CIFLoader3#readme",
"dependencies": {
"three": "~0.137.0"
}
}