dat.gui/bower.json
2015-08-15 03:41:08 +02:00

26 lines
532 B
JSON

{
"name": "dat.gui-ng",
"version": "0.6.1",
"homepage": "https://github.com/korczis/dat.gui.git",
"authors": [
"Google Data Arts Team <dataarts@google.com>"
],
"description": "dat.gui is a lightweight controller library for JavaScript.",
"main": "./index.js",
"keywords": [
"controller",
"javascript",
"gui",
"slider"
],
"license": "Apache License, Version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}