mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Removed nodejs crypto inclusion for node-forge
Added loadConfiguration function Moved completely from Openssl for signature generation and crypto for sha1 generation to node-forge Moved configuration to another file Added init function
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"dependencies": {
|
||||
"archiver": "^2.1.1",
|
||||
"async": "^2.6.0",
|
||||
"express": "^4.16.3"
|
||||
"express": "^4.16.3",
|
||||
"node-forge": "^0.7.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user