forked from alexandercerutti/passkit-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 721 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "passkit-generator",
"version": "1.6.3",
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
"main": "index.js",
"scripts": {
"test": "jasmine spec/index.js"
},
"author": "Alexander Patrick Cerutti",
"license": "MIT",
"repository": "https://github.com/alexandercerutti/passkit-generator",
"bugs": "https://github.com/alexandercerutti/passkit-generator/issues",
"keywords": [
"Apple",
"Passkit",
"Wallet",
"Pass"
],
"dependencies": {
"archiver": "^3.0.0",
"debug": "^3.2.6",
"got": "^9.6.0",
"joi": "^13.7.0",
"moment": "^2.24.0",
"node-forge": "^0.7.6"
},
"engines": {
"node": ">=8.1.0"
},
"devDependencies": {
"jasmine": "^3.4.0"
}
}