Files
passkit-generator/package.json
Alexander Cerutti 269e85e7f8 First working version that let you download pass on http request
Added config.json for paths and credentials configuration.
2018-05-06 00:06:50 +02:00

17 lines
337 B
JSON

{
"name": "passkit-webserver",
"version": "1.0.0",
"description": "A passkit generator webserver",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Alexander Patrick Cerutti",
"license": "ISC",
"dependencies": {
"archiver": "^2.1.1",
"async": "^2.6.0",
"express": "^4.16.3"
}
}