mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Adding bower.json
This commit is contained in:
parent
e35ced6ebc
commit
fcfe534e5d
25
bower.json
Normal file
25
bower.json
Normal file
@ -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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user