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

26 lines
528 B
JSON

{
"name": "dat.gui-ng",
"version": "0.6.0",
"homepage": "https://github.com/korczis/dat.gui",
"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"
]
}