forked from chilts/awssum-amazon-fps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (45 loc) · 1.25 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
47
48
{
"name" : "awssum-amazon-fps",
"description" : "AwsSum plugin for Amazon Flexible Payments Service (FPS).",
"version" : "1.0.0",
"main" : "awssum-amazon-fps.js",
"engines" : {
"node" : ">= 0.6.0"
},
"peerDependencies" : {
"awssum-amazon" : "1.x.x"
},
"dependencies" : {
"data2xml" : "0.8.x",
"underscore" : "1.4.x",
"dateformat" : "1.0.4-1.2.3"
},
"devDependencies" : {
"tap" : "0.4.x"
},
"scripts" : {
"test" : "tap test/*.js test/integration/*.js"
},
"homepage" : "https://github.com/awssum/awssum-amazon-fps/",
"repository" : {
"type" : "git",
"url" : "git://github.com/awssum/awssum-amazon-fps.git"
},
"bugs" : {
"url" : "http://github.com/awssum/awssum-amazon-fps/issues",
"mail" : "[email protected]"
},
"author" : {
"name" : "Andrew Chilton",
"email" : "[email protected]",
"url" : "http://chilts.org/"
},
"contributors" : [],
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/awssum/awssum-amazon-fps/raw/master/LICENSE"
}],
"keywords" : [
"awssum", "awssum-plugin", "amazon", "aws", "webapi", "api", "fps"
]
}