forked from paypal/paypal-checkout-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.26 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "paypal-checkout",
"version": "4.0.59",
"description": "PayPal Checkout components, for integrating checkout products.",
"main": "index.js",
"scripts": {
"test": "gulp test",
"postinstall": "node postinstall.js",
"reinstall": "rm -rf node_modules flow-typed && npm install && flow-typed install"
},
"files": [
"dist/checkout.lib.js",
"dist/checkout.lib.js.map",
"src/",
"demo/",
"postinstall.js"
],
"repository": {
"type": "git",
"url": "git://github.paypal.com/paypal/paypal-checkout.git"
},
"keywords": [
"cross-domain",
"cross domain",
"components",
"component",
"krakenjs",
"kraken"
],
"license": "Apache-2.0",
"readmeFilename": "README.md",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-plugin-flow-runtime": "^0.5.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-syntax-object-rest-spread": "^6.5.0",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-for-of": "^6.8.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
"babel-plugin-transform-es3-property-literals": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-env": "^1.3.3",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint": "^2",
"eslint-plugin-flowtype": "^2.29.1",
"flow-bin": "^0.41.0",
"flow-runtime": "^0.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-flowtype": "^1.0.0",
"gulp-webserver": "^0.9.1",
"istanbul-instrumenter-loader": "^0.2.0",
"karma": "^1.5.0",
"karma-chrome-launcher": "^1.0.1",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"karma-slimerjs-launcher": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.3",
"lolex": "^1.5.0",
"mocha": "^2.5.3",
"phantomjs-prebuilt": "^2.1.7",
"raw-loader": "^0.5.1",
"regenerator-runtime": "^0.10.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"text-loader": "0.0.1",
"uglify-js": "^2.8.13",
"uglifyjs-webpack-plugin": "^0.3.0",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0",
"yargs": "^4.7.1"
},
"dependencies": {
"Base64": "^1.0.0",
"beaver-logger": "^3",
"body-parser": "^1.16.1",
"braintree": "^2.0.0",
"cookie-parser": "^1.4.3",
"es6-iterator": "^2.0.0",
"es6-symbol": "^3.1.0",
"express": "^4.14.1",
"post-robot": "^5.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"request": "^2.79.0",
"xcomponent": "^2.0.0"
}
}