dat.gui/bower.json
George Michael Brower 0f3d0f85b7 init
2014-08-14 17:50:51 -04:00

24 lines
391 B
JSON

{
"name": "polymer-gui",
"version": "0.0.0",
"description": "Attempt at revamping dat.gui with Polymyer.",
"keywords": [
"gui"
],
"authors": [
"George Michael Brower"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.3.5"
}
}