node-fontnik/package.json
2015-10-16 10:14:57 -04:00

56 lines
1.5 KiB
JSON

{
"name": "fontnik",
"version": "0.3.3-debug-dev1",
"description": "A library that delivers a range of glyphs rendered as SDFs (signed distance fields) in a protobuf.",
"keywords": [
"font",
"text",
"glyph",
"freetype",
"sdf"
],
"url": "https://github.com/mapbox/node-fontnik",
"bugs": "https://github.com/mapbox/node-fontnik/issues",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/node-fontnik.git"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/mapbox/node-fontnik/blob/master/LICENSE.txt"
}
],
"dependencies": {
"benchmark": "^1.0.0",
"minimist": "^0.2.0",
"nan": "^1.7.0",
"node-pre-gyp": "~0.6.4",
"queue-async": "^1.0.7"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
"faucet": "0.0.1",
"pbf": "^1.3.1",
"tape": "^4.0.0"
},
"bin": {
"build-glyphs": "./bin/build-glyphs",
"font-inspect": "./bin/font-inspect"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build=false || (. ./scripts/install_mason.sh && node-pre-gyp install --build-from-source)",
"test": "./node_modules/.bin/tape test/**/*.test.js | ./node_modules/.bin/faucet"
},
"binary": {
"module_name": "fontnik",
"module_path": "./lib/",
"host": "https://mapbox-node-binary.s3.amazonaws.com",
"remote_path": "./{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
}
}