27 lines
614 B
JSON
27 lines
614 B
JSON
{
|
|
"name": "three-stats",
|
|
"version": "1.0.1",
|
|
"description": "Rewrite of MrDoob's Stats.js for three.js",
|
|
"main": "dist/index.js",
|
|
"typings":"dist/index",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/HasanAyan/three-stats.git"
|
|
},
|
|
"keywords": [
|
|
"three.js",
|
|
"stats.js",
|
|
"three",
|
|
"stats"
|
|
],
|
|
"author": "Hasan Ayan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/HasanAyan/three-stats/issues"
|
|
},
|
|
"homepage": "https://github.com/HasanAyan/three-stats#readme"
|
|
}
|