1 Star 1 Fork 0

夏悸 / node-printer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "printer",
"description": "Node.js printer bindings",
"version": "0.5.3",
"homepage": "https://github.com/tojocky/node-printer",
"author": {
"name": "Ion Lupascu",
"url": "http://program-support.co.uk/",
"email": "ionlupascu@gmail.com"
},
"contributors": [
"Thiago Lugli @thiagoelg",
"Eko Eryanto @ekoeryanto"
],
"repository": {
"type": "git",
"url": "https://github.com/tojocky/node-printer.git"
},
"devDependencies": {
"nodeunit": "*",
"prebuild": "^10.0.0",
"prebuild-ci": "^3.1.0"
},
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild --all --force --strip --verbose",
"rebuild": "node-gyp rebuild",
"test": "nodeunit test"
},
"binary": {
"module_name": "node_printer",
"module_path": "./lib/",
"host": "https://github.com/tojocky/node-printer/releases/download/",
"remote_path": "v{version}"
},
"licenses": [
{
"type": "BSD"
}
],
"main": "./lib/printer",
"dependencies": {
"nan": "^2.14.1",
"prebuild-install": "^5.3.4"
}
}
1
https://gitee.com/gson/node-printer.git
git@gitee.com:gson/node-printer.git
gson
node-printer
node-printer
master

搜索帮助