forked from recurly/recurly-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.43 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.43 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.9.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
"type": "git",
"url": "git://github.com/recurly/recurly-js.git"
},
"dependencies": {
"array-unique": "^0.3.2",
"component-clone": "0.2.2",
"component-each": "0.2.6",
"component-emitter": "1.1.2",
"component-find": "1.0.0",
"currency-symbol-map": "^4.0.3",
"debug": "3.1.0",
"intersect": "^1.0.1",
"json-component": "0.0.1",
"jsonp": "0.0.4",
"load-script": "^1.0.0",
"lodash.chunk": "^4.2.0",
"lodash.isempty": "^4.4.0",
"lodash.isfinite": "^3.3.2",
"lodash.pick": "^4.4.0",
"mixin": "https://github.com/kewah/mixin#0.1.0",
"promise": "7.1.1",
"qs": "^6.5.1",
"tabbable": "^1.1.2",
"to-slug-case": "0.1.2",
"uuid": "^3.2.1"
},
"engines": {
"node": ">=0.11"
},
"devDependencies": {
"assert": "^1.4.1",
"babel-core": "^6.23.1",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"bowser": "^1.9.0",
"combinations": "^0.1.1",
"coveralls": "^3.0.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"glob": "^7.1.1",
"json-loader": "^0.5.4",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^0.2.0",
"karma-ievms": "git+https://github.com/niksy/karma-ievms.git#browser-decorator",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-phantomjs-shim": "^1.4.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon": "^1.0.5",
"karma-source-map-support": "^1.2.0",
"koa": "^1.1.2",
"koa-body-parser": "^1.1.2",
"koa-bodyparser": "^2.0.1",
"koa-cors": "0.0.16",
"koa-ejs": "^3.0.0",
"koa-json": "^1.1.1",
"koa-jsonp": "^0.1.2",
"koa-logger": "^1.3.0",
"koa-qs": "^2.0.0",
"koa-route": "^2.4.2",
"lodash.after": "^4.0.4",
"lodash.foreach": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.0",
"lodash.omit": "^4.5.0",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^2.1.0",
"style-loader": "^0.19.0",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.5"
}
}