dat.gui/bower.json
George Michael Brower d19dc2ef40 style
2014-09-07 21:31:51 -04:00

23 lines
421 B
JSON

{
"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,
"ignore": [
"**/.*",
"node_modules",
"tests",
"docs"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.3.5"
}
}