initial commit
This commit is contained in:
49
node_modules/three/package.json
generated
vendored
Normal file
49
node_modules/three/package.json
generated
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
|
||||
"name" : "three",
|
||||
|
||||
"version" : "0.71.1",
|
||||
|
||||
"description" : "JavaScript 3D 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.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"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user