diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..546d394 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "dat-gui", + "version": "0.5.0", + "homepage": "https://github.com/dataarts/dat.gui", + "authors": [ + "Google Data Arts Team " + ], + "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" + ] +}