whispervis/web/package.json

19 lines
371 B
JSON
Raw Normal View History

2018-07-04 18:56:18 +02:00
{
"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"
}
}