mirror of
https://github.com/status-im/whispervis.git
synced 2025-02-09 03:45:18 +00:00
19 lines
371 B
JSON
19 lines
371 B
JSON
|
{
|
||
|
"name": "clean",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"d3-scale-chromatic": "^1.2.0",
|
||
|
"dat.gui": "^0.7.1",
|
||
|
"stats-js": "^1.0.0-alpha1",
|
||
|
"three": "^0.88.0",
|
||
|
"tinycolor2": "^1.4.1"
|
||
|
}
|
||
|
}
|