UNPKG

1.49 kBJSONView Raw
1{
2 "name": "fontnik",
3 "version": "0.6.0",
4 "description": "A library that delivers a range of glyphs rendered as SDFs (signed distance fields) in a protobuf.",
5 "keywords": [
6 "font",
7 "text",
8 "glyph",
9 "freetype",
10 "sdf"
11 ],
12 "url": "https://github.com/mapbox/node-fontnik",
13 "bugs": "https://github.com/mapbox/node-fontnik/issues",
14 "main": "index.js",
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/mapbox/node-fontnik.git"
18 },
19 "licenses": [
20 {
21 "type": "BSD",
22 "url": "https://github.com/mapbox/node-fontnik/blob/master/LICENSE.txt"
23 }
24 ],
25 "dependencies": {
26 "glob": "^7.1.6",
27 "minimist": "^1.2.5",
28 "nan": "^2.14.1",
29 "node-pre-gyp": "^0.14.0",
30 "queue-async": "^1.2.1"
31 },
32 "devDependencies": {
33 "@mapbox/cloudfriend": "^1.9.1",
34 "aws-sdk": "^2.22.0",
35 "benchmark": "^1.0.0",
36 "mkdirp": "^0.5.1",
37 "pbf": "^1.3.5",
38 "protocol-buffers": "^4.1.0",
39 "tape": "^4.2.2"
40 },
41 "bin": {
42 "build-glyphs": "./bin/build-glyphs",
43 "font-inspect": "./bin/font-inspect"
44 },
45 "scripts": {
46 "install": "node-pre-gyp install --fallback-to-build=true",
47 "test": "./node_modules/.bin/tape test/**/*.test.js"
48 },
49 "binary": {
50 "module_name": "fontnik",
51 "module_path": "./lib/binding/",
52 "host": "https://mapbox-node-binary.s3.amazonaws.com",
53 "remote_path": "./{name}/v{version}/{configuration}/{toolset}/",
54 "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
55 }
56}