This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
84 lines (84 loc) · 2.48 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
{
"name": "moz-payments-ui",
"version": "0.0.1",
"description": "The client-side front-end for fxa payments.",
"main": "index.js",
"dependencies": {
"braintree-web": "2.21.0",
"card-validator": "2.2.7",
"classnames": "2.2.2",
"connect-fonts-clearsans": "0.0.1",
"connect-fonts-firasans": "0.0.4",
"events": "1.1.0",
"fecha": "2.1.0",
"jquery": "2.2.1",
"mozilla-payments-config": "0.0.13",
"mozilla-tabzilla": "0.4.0",
"normalize.css": "4.0.0",
"react": "0.13.3",
"react-json-table": "0.0.3",
"react-maskedinput": "2.0.0",
"react-redux": "3.1.2",
"redux": "3.3.1",
"redux-thunk": "1.0.3"
},
"devDependencies": {
"babel-core": "5.8.34",
"babel-eslint": "5.0.0",
"babel-loader": "5.4.0",
"chai": "3.5.0",
"cog-style-guide": "0.0.2",
"eslint": "2.1.0",
"eslint-plugin-react": "4.1.0",
"grunt": "0.4.5",
"grunt-concurrent": "2.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-csslint": "0.5.0",
"grunt-contrib-watch": "1.0.0",
"grunt-devserver": "0.6.0",
"grunt-eslint": "18.0.0",
"grunt-gh-pages": "0.10.0",
"grunt-i18n-abide": "0.0.20",
"grunt-karma": "0.12.2",
"grunt-sass": "1.1.0",
"grunt-svg-sprite": "1.2.18",
"grunt-webpack": "1.0.11",
"json-loader": "0.5.4",
"karma": "0.13.21",
"karma-chai": "0.1.0",
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "0.2.1",
"karma-mocha-reporter": "1.2.2",
"karma-sauce-launcher": "0.2.14",
"karma-sinon": "1.0.4",
"karma-sourcemap-loader": "0.3.6",
"karma-webpack": "1.7.0",
"load-grunt-configs": "0.4.3",
"load-grunt-tasks": "3.4.0",
"lodash.defaults": "4.0.1",
"lodash.merge": "4.3.0",
"mocha": "2.4.5",
"mozilla-payments-saucelabs-browsers": "0.0.1",
"node-libs-browser": "1.0.0",
"payment-icons": "0.0.7",
"react-hot-loader": "1.3.0",
"sinon": "1.17.3",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.0"
},
"scripts": {
"test": "node -e \"require('grunt').cli()\" null copy-deps sass webpack test-ci",
"publish-docker": "node -e \"require('grunt').cli()\" null build publish-docker"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/payments-ui.git"
},
"author": "Mozilla Payments Team",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/payments-ui/issues"
},
"homepage": "https://github.com/mozilla/payments-ui#readme"
}