summaryrefslogtreecommitdiff
path: root/site/assets/cloud/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-17 15:13:14 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-17 15:13:14 +0100
commitaa905ff8a384fbc6f9283bbdabb65bb0ae8bb0dd (patch)
tree84fa73100650ef61e7291bb69d00a1fbc8991baf /site/assets/cloud/package.json
parent85ae432fb6c6c17292b319bca068e46a4ea81eb3 (diff)
mv
Diffstat (limited to 'site/assets/cloud/package.json')
-rw-r--r--site/assets/cloud/package.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/site/assets/cloud/package.json b/site/assets/cloud/package.json
deleted file mode 100644
index f7556104..00000000
--- a/site/assets/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"
- }
-}