dat.gui/bower.json

27 lines
574 B
JSON
Raw Normal View History

2014-01-08 20:39:09 +00:00
{
"name": "dat-gui",
"version": "0.5.1",
2014-01-08 20:39:09 +00:00
"homepage": "https://github.com/dataarts/dat.gui",
"authors": [
"Google Data Arts Team <dataarts@google.com>",
"Andrei Kashcha <anvaka@gmail.com>"
2014-01-08 20:39:09 +00:00
],
"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"
]
}