-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
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
37
38
39
{
"name": "superheroes-node",
"version": "1.0.0",
"description": "A tutorial to enable Payments acceptance via Payabbhi Node Library",
"main": "index.js",
"scripts": {
"custom1": "node custom/step1.js",
"custom2": "node custom/step2.js",
"custom3": "node custom/step3.js",
"custom4": "node custom/step4.js",
"dropin1": "node dropin/step1.js",
"dropin2": "node dropin/step2.js",
"dropin3": "node dropin/step3.js",
"dropin4": "node dropin/step4.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/payabbhi/superheroes-node.git"
},
"keywords": [
"payabbhi",
"nodejs",
"payments",
"sample"
],
"author": "Payabbhi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/payabbhi/superheroes-node/issues"
},
"homepage": "https://github.com/payabbhi/superheroes-node#readme",
"dependencies": {
"body-parser": "^1.18.3",
"chance": "^1.0.16",
"express": "^4.16.3",
"payabbhi": "^1.0.0",
"pug": "^2.0.3"
}
}