| Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/qrcode-terminal/ |
| Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/qrcode-terminal/package.json |
{
"_id": "qrcode-terminal@0.12.0",
"_inBundle": true,
"_location": "/npm/qrcode-terminal",
"_phantomChildren": {},
"_requiredBy": [
"/npm"
],
"bin": {
"qrcode-terminal": "bin/qrcode-terminal.js"
},
"bugs": {
"url": "https://github.com/gtanner/qrcode-terminal/issues"
},
"contributors": [
{
"name": "Gord Tanner",
"email": "gtanner@gmail.com",
"url": "http://github.com/gtanner"
},
{
"name": "Michael Brooks",
"email": "mikeywbrooks@gmail.com",
"url": "http://github.com/mwbrooks"
}
],
"description": "QRCodes, in the terminal",
"devDependencies": {
"expect.js": "*",
"jshint": "*",
"mocha": "*",
"sinon": "*"
},
"homepage": "https://github.com/gtanner/qrcode-terminal",
"keywords": [
"ansi",
"ascii",
"qrcode",
"console"
],
"licenses": [
{
"type": "Apache 2.0"
}
],
"main": "./lib/main",
"name": "qrcode-terminal",
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+https://github.com/gtanner/qrcode-terminal.git"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint lib vendor && node example/basic.js && ./node_modules/mocha/bin/mocha -R nyan"
},
"version": "0.12.0"
}