Skip to content

Commit

Permalink
Adding bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Delbuck committed Jan 8, 2014
1 parent e35ced6 commit fcfe534
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "dat-gui",
"version": "0.5.0",
"homepage": "https://github.com/dataarts/dat.gui",
"authors": [
"Google Data Arts Team <dataarts@google.com>"
],
"description": "dat.gui is a lightweight controller library for JavaScript.",
"main": "/build/dat.gui.js",
"keywords": [
"controller",
"javascript",
"gui",
"slider"
],
"license": "Apache License, Version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}

0 comments on commit fcfe534

Please sign in to comment.