UNPKG

1.55 kBJSONView Raw
1{
2 "name": "gl-text",
3 "version": "1.1.7",
4 "description": "Render text with WebGL",
5 "main": "dist.js",
6 "scripts": {
7 "postshrinkwrap": "chttps .",
8 "test": "budo --force-default-index test",
9 "build": "buble index.js > dist.js",
10 "prepublish": "npm run build",
11 "build-demo": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > index.html"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/a-vis/gl-text.git"
16 },
17 "keywords": [
18 "regl",
19 "plotly",
20 "text",
21 "gl-text",
22 "typography",
23 "font"
24 ],
25 "browserify": {},
26 "author": "Dmitry Yv <df.creative@gmail.com>",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/a-vis/gl-text/issues"
30 },
31 "homepage": "https://github.com/a-vis/gl-text#readme",
32 "dependencies": {
33 "bit-twiddle": "^1.0.2",
34 "color-normalize": "^1.5.0",
35 "css-font": "^1.2.0",
36 "detect-kerning": "^2.1.2",
37 "es6-weak-map": "^2.0.3",
38 "flatten-vertex-data": "^1.0.2",
39 "font-atlas": "^2.1.0",
40 "font-measure": "^1.2.2",
41 "gl-util": "^3.1.2",
42 "is-plain-obj": "^1.1.0",
43 "object-assign": "^4.1.1",
44 "parse-rect": "^1.2.0",
45 "parse-unit": "^1.0.1",
46 "pick-by-alias": "^1.2.0",
47 "regl": "^1.3.11",
48 "to-px": "^1.1.0",
49 "typedarray-pool": "^1.1.0"
50 },
51 "devDependencies": {
52 "buble": "^0.19.3",
53 "chttps": "^1.0.6",
54 "fps-indicator": "^1.3.0",
55 "multi-regl": "^1.1.1",
56 "pan-zoom": "^3.4.1",
57 "raf": "^3.4.1",
58 "tape": "^4.9.0"
59 }
60}