forked from recurly/recurly-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
52 lines (52 loc) · 1.4 KB
/
component.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
50
51
52
{
"name": "recurly",
"repository": "recurly/recurly-js",
"description": "Official Recurly JavaScript client for the browser.",
"version": "3.0.3",
"keywords": [
"recurly"
],
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"visionmedia/node-querystring": "0.6.6",
"component/emitter": "1.1.2",
"component/indexof": "0.0.3",
"component/object": "0.0.3",
"component/event": "0.1.3",
"component/clone": "0.2.2",
"component/bind": "0.0.1",
"component/each": "0.2.3",
"component/find": "0.0.1",
"component/json": "0.0.2",
"component/type": "1.0.0",
"component/trim": "0.0.1",
"component/map": "0.0.1",
"yields/merge": "1.0.0",
"learnboost/jsonp": "0.0.4",
"visionmedia/debug": "0.8.1",
"chrissrogers/promise": "5.0.0-p2",
"kewah/mixin": "0.1.0",
"pluma/par": "0.3.0",
"ianstormtaylor/to-slug-case": "0.1.2"
},
"scripts": [
"lib/index.js",
"lib/recurly.js",
"lib/version.js",
"lib/errors.js",
"lib/util/dom.js",
"lib/util/parse-card.js",
"lib/recurly/open.js",
"lib/recurly/coupon.js",
"lib/recurly/paypal.js",
"lib/recurly/plan.js",
"lib/recurly/tax.js",
"lib/recurly/token.js",
"lib/recurly/validate.js",
"lib/recurly/pricing/index.js",
"lib/recurly/pricing/promise.js",
"lib/recurly/pricing/calculations.js",
"lib/recurly/pricing/attach.js"
]
}