forked from cjroebuck/spreedly-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
49
{
"name": "spreedly-node",
"description": "A spreedly client library for Node.js",
"keywords": [
"spreedly",
"payment",
"subscribe",
"plan",
"recurring"
],
"version": "0.3.0",
"author": "Tobias Hoenisch @tobyai",
"repository": {
"type": "git",
"url": "http://github.com/tobyai/spreedly-node.git"
},
"engines": {
"node": "0.10.2",
"npm": "1.3.2"
},
"bugs": {
"url": "http://github.com/tobyai/spreedly-node/issues"
},
"dependencies": {
"easyxml":"git+https://github.com/tobyai/easyxml-node.git",
"npm": "1.3.2",
"xml2json": "*",
"xtend":"*"
},
"devDependencies": {
"mocha": "1.13.x",
"request": "2.x.x",
"should": "0.6.x",
"superagent": "0.4.x",
"zombie": "1.4.x"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script --ignore-leaks -R spec"
},
"main": "./lib/spreedly/spreedly",
"directories": {
"lib": "./lib/spreedly"
},
"private": true,
"licenses": [{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}]
}