mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-05 06:03:24 +01:00
27 lines
358 B
JSON
27 lines
358 B
JSON
|
{
|
||
|
"name": "three.js",
|
||
|
"homepage": "http://threejs.org/",
|
||
|
"description": "JavaScript 3D library",
|
||
|
"main": "build/three.js",
|
||
|
"keywords": [
|
||
|
"three",
|
||
|
"threejs",
|
||
|
"three.js",
|
||
|
"3D",
|
||
|
"webgl"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"*.md",
|
||
|
"docs",
|
||
|
"editor",
|
||
|
"examples/*",
|
||
|
"!examples/js",
|
||
|
"src",
|
||
|
"test",
|
||
|
"utils",
|
||
|
"LICENSE"
|
||
|
]
|
||
|
}
|