mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
14 lines
211 B
JSON
14 lines
211 B
JSON
{
|
|
"name": "dat-gui-saver",
|
|
"version": "0.0.0",
|
|
"bin": {
|
|
"saver": "saver.js"
|
|
},
|
|
"main": "saver.js",
|
|
"preferGlobal": "true",
|
|
"dependencies": {
|
|
"colors": "^0.6.2",
|
|
"yargs": "^1.3.1"
|
|
}
|
|
}
|