Skip to content

Commit

Permalink
add three.js lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zxllxl committed Jan 27, 2018
1 parent 67569b8 commit 100e7f7
Show file tree
Hide file tree
Showing 1,229 changed files with 278,954 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"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"
]
}
Loading

0 comments on commit 100e7f7

Please sign in to comment.