-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
44 lines (44 loc) · 984 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
42
43
44
{
"name": "mobilpay-node",
"version": "0.2.0",
"description": "MobilPay Gateway library",
"main": "index.js",
"scripts": {
"build": "gulp dist-es5"
},
"repository": {
"url": "https://github.com/robi-richter/mobilpay-node",
"type": "git"
},
"keywords": [
"payment",
"card"
],
"author": "Robert Richter",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.19.0",
"chai": "^3.5.0",
"express": "^4.14.0",
"express-nunjucks": "^2.2.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"mocha": "^7.0.1"
},
"dependencies": {
"es6-promise": "^4.0.5",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"moment": "^2.15.1",
"node-rsa": "^0.4.2",
"request": "^2.75.0",
"uuid": "^3.0.0",
"xml2js": "^0.4.17",
"xmlbuilder": "^8.2.2"
}
}