Add dat-gui 0.5

This commit is contained in:
Christopher Manning
2012-12-05 11:54:49 -06:00
parent 9bfe3c1e1e
commit 34ac76ba2b
3 changed files with 3777 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+23
View File
@@ -0,0 +1,23 @@
{
"name": "dat-gui",
"filename": "dat.gui.min.js",
"version": "0.5",
"description": "A lightweight graphical user interface for changing variables in JavaScript.",
"homepage": "http://code.google.com/p/dat-gui/",
"keywords": [
"ui",
"DataArtsTeam"
],
"maintainers": [
{
"name": "George Michael Brower",
"web": "http://www.georgemichaelbrower.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://code.google.com/p/dat-gui/"
}
]
}