dat.gui/bower.json
anvaka 97adbace4d Migrateed to commonjs format
This build makes dat.gui commonjs friendly and allows it to be consumed
as a regular commonjs package.

All tests are passing, API is backward compatible.
2015-04-16 23:15:24 -07:00

27 lines
574 B
JSON

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