-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "vectorize-text",
"version": "3.2.2",
"description": "Render a string to a vectorized cell complex",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"cdt2d": "^1.0.0",
"clean-pslg": "^1.1.0",
"ndarray": "^1.0.11",
"planar-graph-to-polyline": "^1.0.6",
"simplify-planar-graph": "^2.0.1",
"surface-nets": "^1.0.0",
"triangulate-polyline": "^1.0.0"
},
"devDependencies": {
"get-pixels": "^3.1.0",
"ndarray-imshow": "^1.0.0",
"save-pixels": "^2.2.0",
"tape": "^3.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/vectorize-text.git"
},
"keywords": [
"vector",
"text",
"font",
"rendering",
"svg",
"glyph"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/vectorize-text/issues"
},
"homepage": "https://github.com/mikolalysenko/vectorize-text"
}