Skip to content

Commit

Permalink
Added bower.json back. See mrdoob#10431
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 1, 2017
1 parent a4e4b18 commit d271add
Show file tree
Hide file tree
Showing 2 changed files with 27 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"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"module": "build/three.module.js",
"files": [
"package.json",
"bower.json",
"LICENSE",
"README.md",
"build/three.js",
Expand Down

0 comments on commit d271add

Please sign in to comment.