mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-18 15:54:55 +00:00
28 lines
632 B
JSON
28 lines
632 B
JSON
{
|
|
"name": "fontserver",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"node-pre-gyp": "^0.5.15"
|
|
},
|
|
"bundledDependencies": [
|
|
"node-pre-gyp"
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "^1.20.0",
|
|
"pbf": "0.0.1"
|
|
},
|
|
"scripts": {
|
|
"install": "node-pre-gyp install --fallback-to-build",
|
|
"test": "node_modules/.bin/mocha -R spec"
|
|
},
|
|
"binary": {
|
|
"module_name": "fontserver",
|
|
"module_path": "./lib/",
|
|
"host": "https://mapbox-node-binary.s3.amazonaws.com",
|
|
"remote_path": "./{name}/v{version}",
|
|
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
|
|
}
|
|
}
|