dat.gui/bower.json

25 lines
514 B
JSON
Raw Permalink Normal View History

2014-01-08 20:39:09 +00:00
{
2016-09-01 20:01:02 +00:00
"name": "dat.gui",
"homepage": "https://github.com/dataarts/dat.gui.git",
2014-01-08 20:39:09 +00:00
"authors": [
"Google Data Arts Team <dataarts@google.com>"
],
"description": "dat.gui is a lightweight controller library for JavaScript.",
"main": "build/dat.gui.js",
2014-01-08 20:39:09 +00:00
"keywords": [
"controller",
"javascript",
"gui",
"slider"
],
"license": "Apache License, Version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}