qr-image-bin
Version:
Command-line for qr-image
65 lines (64 loc) • 1.56 kB
JSON
{
"name": "qr-image-bin",
"version": "0.0.9",
"description": "Command-line for qr-image",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"main": "index.js",
"bin": {
"qr-image": "bin/qr-image-bin.js",
"create-qr-image": "bin/qr-image-bin.js",
"qr-image-bin": "bin/qr-image-bin.js"
},
"preferGlobal": true,
"dependencies": {
"fs-extra": "^5.0.0",
"get-stdin": "^5.0.1",
"number-enum": "^2.1.1",
"qr-image": "^3.2.0",
"yargs": "^10.1.1"
},
"devDependencies": {
"source-map-support": "^0.5.0",
"livescript": "^1.5.0",
"standard": "^10.0.3",
"uglify-js": "^3.3.7"
},
"engines": {
"node": ">= 8.9.0"
},
"scripts": {
"sh": "sh",
"bash": "bash",
"zsh": "zsh",
"command-prompt": "cmd",
"exec": "bash -c",
"exec:win32": "cmd /c",
"remake-package-json": "node sh/remake-package-json",
"clean": "bash 'sh/clean.sh'",
"fix": "bash 'sh/fix.sh'",
"build": "bash 'sh/build.sh'",
"test": "bash 'sh/test.sh'",
"prepublish": "bash 'sh/prepublish.sh'",
"execute": "bash 'sh/execute.sh'",
"direct-execute": "lsc lib/qr-image-bin.ls"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksxnodeapps/qr-image-bin.git"
},
"keywords": [
"cli",
"qr",
"image",
"qr-image",
"bin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ksxnodeapps/qr-image-bin/issues"
},
"homepage": "https://github.com/ksxnodeapps/qr-image-bin#readme"
}