forked from samcorcos/apple-pay-decrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 844 Bytes
/
package.json
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
34
35
36
{
"name": "apple-pay-decrypt",
"version": "1.0.7",
"description": "Enables decryption of Apple Pay tokens.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/samcorcos/apple-pay-decrypt.git"
},
"keywords": [
"apple-pay",
"node",
"javascript"
],
"author": "Sam Corcos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/samcorcos/apple-pay-decrypt/issues"
},
"homepage": "https://github.com/samcorcos/apple-pay-decrypt#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"standard": "^12.0.1"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"ec-key": "0.0.2",
"node-forge": "^0.8.0",
"x509": "^0.3.4"
}
}