-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{ "name": "samurai"
, "description": "Samurai payment gateway API client module for Node.js"
, "version": "0.2.5"
, "author": "FeeFighters <[email protected]>"
, "homepage": "https://samurai.feefighters.com"
, "repository":
{ "type": "git"
, "url": "https://github.com/FeeFighters/samurai-client-nodejs.git"
}
, "bugs":
{ "url" : "https://github.com/FeeFighters/samurai-client-nodejs/issues"
, "email" : "[email protected]"
}
, "maintainers":
[ { "name" : "Tisho Georgiev"
, "email" : "[email protected]"
}
, { "name" : "Joshua Krall"
, "email" : "[email protected]"
}
]
, "main": "./index.js"
, "licenses":
[ { "type": "MIT"
, "url": "https://github.com/FeeFighters/samurai-client-nodejs/blob/master/LICENSE"
}
]
, "dependencies":
{ "coffee-script": "1.x.x"
, "colors": "0.5.x"
, "node-expat": "1.4.x"
, "xml2json": "0.2.x"
, "eco": "1.1.x"
}
, "devDependencies":
{ "mocha": "git://github.com/FeeFighters/mocha.git#xunit_reporter"
, "should": "*"
}
, "engines" : { "node" : ">=0.4.1" }
, "keywords": ["payments", "payment gateway", "payment processing", "samurai", "feefighters"]
, "scripts":
{ "test": "cake test"
, "prepublish": "cake build"
}
}