mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
23 lines
368 B
JSON
23 lines
368 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"
|
|
}
|
|
}
|