fonttools-linux
Version:
Native bindings to `fonttools` to decompile and compile fonts.
70 lines (69 loc) • 1.66 kB
JSON
{
"name": "fonttools-linux",
"version": "1.0.8",
"description": "Native bindings to `fonttools` to decompile and compile fonts.",
"repository": {
"type": "git",
"url": "git+https://github.com/dfrankland/node-fonttools.git"
},
"author": "Dylan Frankland <dylan@frankland.io>",
"license": "MIT",
"main": "dist/index.js",
"files": [
"binding.gyp",
"src/fonttools.cc",
"fonttools",
"dist"
],
"scripts": {
"prebuild:addons": "node-gyp configure",
"build:addons": "node-gyp build",
"prebuild": "npm run build:addons",
"build": "babel-node ./node_modules/.bin/webpack",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "tape ./test/index.js | tap-spec",
"install": "node-gyp rebuild"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-babili": "^0.0.10",
"babel-preset-env": "^1.1.8",
"babel-preset-stage-0": "^6.22.0",
"source-map-support": "^0.4.11",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"uglify-js": "^2.7.5",
"uglifyjs-webpack-plugin": "^0.1.3",
"webpack": "^2.2.1"
},
"dependencies": {
"node-gyp": "^3.5.0"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
],
"stage-0"
]
},
"gypfile": true,
"bugs": {
"url": "https://github.com/dfrankland/node-fonttools/issues"
},
"homepage": "https://github.com/dfrankland/node-fonttools#readme",
"directories": {
"test": "test"
},
"keywords": [
"fonttools"
]
}