diff options
Diffstat (limited to 'site/public/assets/demo/cloud/package.json')
| -rw-r--r-- | site/public/assets/demo/cloud/package.json | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/site/public/assets/demo/cloud/package.json b/site/public/assets/demo/cloud/package.json deleted file mode 100644 index f7556104..00000000 --- a/site/public/assets/demo/cloud/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "three.textsprite", - "version": "18.10.24", - "description": "Automatically computes the optimal font size depending on the distance to the camera and the size of the renderer canvas.", - "keywords": [ - "3d", - "canvas", - "class", - "font", - "group", - "object", - "plugin", - "resolution", - "scale", - "size", - "text", - "texture", - "three" - ], - "license": "MIT", - "author": "Sergej Sintschilin <seregpie@gmail.com>", - "main": "THREE.TextSprite.js", - "repository": "https://github.com/SeregPie/THREE.TextSprite.git", - "scripts": { - "build": "rollup -c", - "dev": "rollup -c -w", - "prepublishOnly": "npm run build" - }, - "dependencies": { - "three.texttexture": "^18.10.24" - }, - "devDependencies": { - "rollup": "^0.66.6", - "rollup-plugin-babel-minify": "^6.1.1", - "rollup-plugin-buble": "^0.19.4" - }, - "peerDependencies": { - "three": "^0.97.0" - } -} |
