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