mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-05 06:03:24 +01:00
25 lines
599 B
JSON
Executable File
25 lines
599 B
JSON
Executable File
{
|
|
"name": "three.js",
|
|
"description": "JavaScript 3D library",
|
|
"version": "0.0.0",
|
|
"homepage" : "http://threejs.org/",
|
|
"author": "three.js contributors",
|
|
"help": {
|
|
"web": "http://stackoverflow.com/questions/tagged/three.js"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"uglify-js": "^2.4.17",
|
|
"argparse" : "*"
|
|
},
|
|
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/mrdoob/three.js.git"
|
|
},
|
|
"licenses": [{
|
|
"type": "The MIT License",
|
|
"url": "https://raw.github.com/mrdoob/three.js/master/LICENSE"
|
|
}]
|
|
}
|