mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-05 06:03:24 +01:00
50 lines
875 B
JSON
Executable File
50 lines
875 B
JSON
Executable File
{
|
|
|
|
"name" : "three-math",
|
|
|
|
"version" : "%VERSION%",
|
|
|
|
"description" : "JavaScript 3D Math library",
|
|
|
|
"keywords" : [
|
|
"3D",
|
|
"WebGL",
|
|
"Three",
|
|
"ThreeJS",
|
|
"CSS",
|
|
"engine",
|
|
"rendering",
|
|
"geometry",
|
|
"math"
|
|
],
|
|
|
|
"homepage" : "http://threejs.org/",
|
|
|
|
"bugs" : {
|
|
"url" : "https://github.com/mrdoob/three.js/issues"
|
|
},
|
|
|
|
"author" : "three.js contributors",
|
|
|
|
"main" : "./three-math.js",
|
|
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/mrdoob/three.js.git"
|
|
},
|
|
|
|
"license" : {
|
|
"type" : "The MIT License",
|
|
"url" : "https://raw.github.com/mrdoob/three.js/master/LICENSE"
|
|
},
|
|
|
|
"engines" : {
|
|
"node" : "*"
|
|
},
|
|
|
|
"help" : {
|
|
"web" : "http://stackoverflow.com/questions/tagged/three.js"
|
|
}
|
|
|
|
}
|