UNPKG

passbook

Version:
45 lines (44 loc) 892 B
{ "name": "passbook", "description": "iOS Passbook for the Node hacker", "homepage": "https://github.com/assaf/node-passbook", "version": "2.3.0", "author": { "name": "Assaf Arkin", "email": "assaf@labnotes.org" }, "main": "./lib/index.js", "bin": { "node-passbook": "./bin/node-passbook" }, "dependencies": { "async": "^3.1.0", "cli": "^1.0.1", "follow-redirects": "^1.2.3" }, "devDependencies": { "mocha": "^6.2.0" }, "scripts": { "test": "mocha" }, "keywords": [ "iOS", "apple", "passbook", "library" ], "repository": { "type": "git", "url": "git://github.com/assaf/node-passbook.git" }, "bugs": { "url": "http://github.com/assaf/node-passbook/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/assaf/node-passbook/blob/master/MIT-LICENSE" } ] }