dat.gui/bower.json

24 lines
446 B
JSON
Raw Normal View History

2014-08-27 00:01:15 +00:00
{
2014-09-08 01:31:51 +00:00
"name": "dat.gui",
"version": "0.0.0",
"description": "Attempt at revamping dat.gui with Polymer.",
"keywords": [
"gui"
],
"authors": [
"George Michael Brower"
],
"license": "MIT",
"private": true,
"main": "gui.html",
2014-09-08 01:31:51 +00:00
"ignore": [
"**/.*",
"node_modules",
"tests",
"docs"
],
"dependencies": {
2014-09-10 20:12:54 +00:00
"polymer": "Polymer/polymer#>=0.4.0"
2014-09-08 01:31:51 +00:00
}
2014-08-27 00:01:15 +00:00
}