web3d / package.json
Julien Chaumond
[PITA] Setup decent dev workflow
18a9c33
raw
history blame
250 Bytes
{
"name": "web3d",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"three": "^0.103.0"
}
}