Prepublish clean

This commit is contained in:
alexandercerutti
2018-09-12 22:58:47 +02:00
parent b1af0c4af3
commit d9423cddd4
5 changed files with 22 additions and 1027 deletions

View File

@@ -4,24 +4,26 @@
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "jasmine tests/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"],
"keywords": [
"Apple",
"Passkit",
"Wallet",
"Pass"
],
"dependencies": {
"archiver": "^2.1.1",
"debug": "^3.1.0",
"express": "^4.16.3",
"joi": "^13.6.0",
"moment": "^2.22.2",
"node-forge": "^0.7.6"
},
"devDependencies": {
"eslint": "^5.1.0",
"jasmine": "^3.2.0"
}
}