2014-01-08 20:39:09 +00:00
|
|
|
{
|
2015-08-15 01:36:29 +00:00
|
|
|
"name": "dat.gui-ng",
|
2015-08-15 01:41:08 +00:00
|
|
|
"version": "0.6.1",
|
|
|
|
"homepage": "https://github.com/korczis/dat.gui.git",
|
2014-01-08 20:39:09 +00:00
|
|
|
"authors": [
|
|
|
|
"Google Data Arts Team <dataarts@google.com>"
|
|
|
|
],
|
|
|
|
"description": "dat.gui is a lightweight controller library for JavaScript.",
|
2015-08-14 20:29:30 +00:00
|
|
|
"main": "./index.js",
|
2014-01-08 20:39:09 +00:00
|
|
|
"keywords": [
|
|
|
|
"controller",
|
|
|
|
"javascript",
|
|
|
|
"gui",
|
|
|
|
"slider"
|
|
|
|
],
|
|
|
|
"license": "Apache License, Version 2.0",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"app/bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
}
|