dat.gui/bower.json

24 lines
391 B
JSON
Raw Normal View History

2014-08-14 21:50:51 +00:00
{
"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"
}
}