-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 941 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
37
38
39
40
41
{
"name": "midtrans-nodex",
"version": "0.1.1",
"description": "Midtrans integration module for Node JS. Support for multiple payment account.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IndonesiaX/midtrans-nodeX.git"
},
"keywords": [
"midtrans",
"veritrans",
"payment"
],
"author": "IndonesiaX Engineering <hostmaster@indonesiax.co.id>",
"contributors": [
{
"name": "Dede Hamzah",
"email": "hamzah@indonesiax.co.id"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/IndonesiaX/midtrans-nodeX/issues"
},
"homepage": "https://github.com/IndonesiaX/midtrans-nodeX#readme",
"dependencies": {
"axios": "^0.15.3",
"debug": "^2.6.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}