Doodle3D-Slicer/three.js-master/utils/build/package.json
2017-06-22 13:21:07 +02:00

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"
}]
}