dat.gui/bower.json

25 lines
439 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,
"main": "dat-gui.html",
"ignore": [
"**/.*",
"node_modules",
"tests",
"docs"
],
"dependencies": {
"polymer": "Polymer/polymer#>=0.4.0",
"platform": "Polymer/platform#>=0.4.0"
}
}