-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 874 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
{
"name": "paykickstart-validator",
"version": "1.0.1",
"description": "A package that validates incoming IPN notifications from PayKickstart",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"No public tests yet.\""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ArsalanDotMe/paykickstart-validator.git"
},
"keywords": [
"paykickstart",
"payment",
"ipn"
],
"author": "Arsalan Ahmad <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArsalanDotMe/paykickstart-validator/issues"
},
"homepage": "https://github.com/ArsalanDotMe/paykickstart-validator#readme",
"dependencies": {
"crypto-js": "^3.1.9-1",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/crypto-js": "^3.1.43",
"@types/lodash": "^4.14.123"
}
}