@derschmale/threejs-googly-eyes
Version:
Googly Eyes for ThreeJS
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@derschmale/threejs-googly-eyes",
"version": "1.0.0",
"description": "Googly Eyes for ThreeJS",
"main": "build/three-googly-eyes.js",
"module": "build/three-eyes.module.js",
"files": [
"build/**/*",
"README.md",
"LICENSE"
],
"sideEffects": false,
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerSchmale/threejs-googly-eyes.git"
},
"keywords": [
"threejs",
"webgl",
"3D",
"googly",
"eyes"
],
"author": "David Lenaerts",
"license": "MIT",
"bugs": {
"url": "https://github.com/DerSchmale/threejs-googly-eyes/issues"
},
"homepage": "https://github.com/DerSchmale/threejs-googly-eyes#readme",
"dependencies": {
"@types/three": "^0.126.2",
"three": "^0.126.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.2.1",
"rollup": "^2.43.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.2.3"
}
}