UNPKG

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