forked from teptek/hipay-fullservice-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.52 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
40
41
42
43
44
45
46
{
"name": "hipay-fullservice-sdk-js",
"version": "1.0.3",
"main": "dist/hipay-fullservice-sdk.js",
"description": "The HiPay Fullservice SDK for JavaScript allows you to tokenize credit or debit cards against the HiPay Fullservice payment platform. This method allows you to offer a unified payment workflow to your customer. The SDK leverages the Direct Post method and is fully PCI compliant.",
"dependencies": {
"es5-sham-ie8": "^1.0.1",
"es5-shim": "^4.5.9",
"es5-shim-sham": "0.0.1",
"es6-promise": "^4.1.1",
"fetch-ie8": "^1.5.0",
"fetch-polyfill": "^0.8.2",
"fetch-polyfill2": "0.0.3",
"json3": "^3.3.2",
"promise-polyfill": "6.0.2",
"qwest": "^4.5.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"axios": "0.16.2",
"axios-es6": "0.11.1",
"bluebird": "^3.5.1",
"bootstrap": "3.3.7",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-gh-pages": "^2.0.0",
"grunt-sync-pkg": "^0.1.2",
"jquery": "1.12.4",
"lt-ie-9": "0.1.0",
"matchdep": "~0.1.2",
"yuidoc-lucid-theme": "^0.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/hipay/hipay-fullservice-sdk-js.git"
},
"author": "HiPay",
"bugs": {
"url": "https://github.com/hipay/hipay-fullservice-sdk-js/issues"
},
"homepage": "https://developer.hipay.com/doc/hipay-fullservice-sdk-js/"
}