passgenerator-js
Version:
Apple Pass Generator for Node.js
29 lines (28 loc) • 648 B
JSON
{
"name": "passgenerator-js",
"version": "1.0.7",
"description": "Apple Pass Generator for Node.js",
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ihiroshi27/passgenerator-js.git"
},
"keywords": [
"apple",
"wallet",
"pass",
"passkit",
"generator"
],
"author": "Perayuth Thanyanon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ihiroshi27/passgenerator-js/issues"
},
"homepage": "https://github.com/ihiroshi27/passgenerator-js#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"passsigner-js": "^1.1.5"
}
}