Doodle3D-Slicer/three.js-master/bower.json
2015-06-12 15:58:26 +02:00

27 lines
358 B
JSON
Executable File

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