mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-18 15:54:55 +00:00
33 lines
732 B
JSON
33 lines
732 B
JSON
{
|
|
"name": "fontnik",
|
|
"version": "0.1.2",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"queue-async": "1.0.x",
|
|
"node-pre-gyp": "^0.5.15",
|
|
"nan": "~1.2.0"
|
|
},
|
|
"bundledDependencies": [
|
|
"node-pre-gyp"
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "^1.20.0",
|
|
"pbf": "0.0.1"
|
|
},
|
|
"bin": {
|
|
"build-glyphs": "./bin/build-glyphs"
|
|
},
|
|
"scripts": {
|
|
"install": "node-pre-gyp install --fallback-to-build",
|
|
"test": "node_modules/.bin/mocha -R spec"
|
|
},
|
|
"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"
|
|
}
|
|
}
|