text-cache
Version:
Internal module - vectorized text pooling for gl-vis
36 lines (35 loc) • 764 B
JSON
{
"name": "text-cache",
"version": "4.3.0",
"description": "Internal module - vectorized text pooling for gl-vis",
"main": "textcache.js",
"directories": {
"example": "example"
},
"dependencies": {
"vectorize-text": "^3.2.1"
},
"devDependencies": {
"chttps": "^1.0.6"
},
"scripts": {
"postshrinkwrap": "chttps .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gl-vis/text-cache.git"
},
"keywords": [
"vectorize",
"text",
"pool",
"cache"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/gl-vis/text-cache/issues"
},
"homepage": "https://github.com/gl-vis/text-cache"
}