2014-08-27 00:01:15 +00:00
|
|
|
{
|
2014-09-10 23:03:24 +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": "dat-gui.html",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"tests",
|
|
|
|
"docs"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"polymer": "Polymer/polymer#>=0.4.0",
|
|
|
|
"platform": "Polymer/platform#>=0.4.0"
|
2014-09-15 02:48:00 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"core-action-icons": "0.2.4",
|
|
|
|
"platform": ">=0.4.0 <1.0.0",
|
|
|
|
"core-component-page": ">=0.4.0 <1.0.0"
|
2014-09-10 23:03:24 +00:00
|
|
|
}
|
2014-08-27 00:01:15 +00:00
|
|
|
}
|