forked from ceejbot/recurring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 969 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
{
"name": "recurring",
"version": "0.1.0",
"description": "a recurly v2 api client for node.js",
"keywords": [
"recurly",
"payments"
],
"license": "MIT",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"data2xml": "~0.5.0",
"lodash": "~2.4.1",
"qs": "~0.6.6",
"node-uuid": "~1.4.1",
"request": "~2.29.0",
"xml2js": "~0.4.0"
},
"devDependencies": {
"chai": "~1.3.0",
"mocha": "~1.15.1"
},
"scripts": {
"test": "mocha -R spec --timeout 5000 --slow 1000"
},
"repository": {
"type": "git",
"url": "git://github.com/ceejbot/recurring.git"
},
"bugs": "http://github.com/ceejbot/recurring/issues",
"contributors": [
"C J Silverio <[email protected]> (http://ceejbot.github.io/)",
"Julian Gautier <[email protected]> (http://www.juliangautier.com/)",
"Simon Tabor",
"T J @surttour"
],
"readmeFilename": "README.md"
}