-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 963 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 963 Bytes
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
{
"name": "amazonpay",
"version": "1.0.0",
"description": "Mozu Pay By Amazon Application",
"repository": {
"type": "git",
"url": "https://github.com/Mozu/PayWithAmazon.git\n"
},
"devDependencies": {
"eslint": "^9.39.2",
"grunt": "^0.4.5",
"grunt-browserify": "^6.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-mozu-appdev-sync": "^0.5.5",
"grunt-webpack": "^7.0.1",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"mozu-action-helpers": "^0.5.0",
"mozu-action-simulator": "^1.5.0",
"time-grunt": "^1.2.1",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@amazonpay/amazon-pay-api-sdk-nodejs": "^2.3.4",
"guid": "0.0.12",
"moment": "^2.10.3",
"mozu-node-sdk": "^2.12.0",
"needle": "^0.10.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.9",
"xmldoc": "^0.3.1"
}
}