forked from mozilla/fxa-content-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.94 KB
/
bower.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
{
"name": "fxa-content-server",
"version": "0.0.0",
"dependencies": {
"backbone": "1.1.1",
"blanket": "1.1.5",
"blueimp-canvas-to-blob": "2.1.0",
"chai": "1.8.1",
"cocktail": "0.5.9",
"easteregg": "https://github.com/mozilla/fxa-easter-egg.git#ab20cd517cf8ae9feee115e48745189d28e13bc3",
"fxa-checkbox": "mozilla/fxa-checkbox#7f856afffd394a144f718e28e6fb79092d6ccddd",
"fxa-content-server-l10n": "https://github.com/mozilla/fxa-content-server-l10n.git",
"fxa-js-client": "https://github.com/mozilla/fxa-js-client.git#0.1.47",
"fxa-password-strength-checker": "https://github.com/mozilla/fxa-password-strength-checker.git#d73b3ade374607e2749ee375301b0a168008b16f",
"html5shiv": "3.7.2",
"JavaScript-MD5": "1.1.0",
"jquery": "3.1.0",
"jquery-modal": "https://github.com/shane-tomlinson/jquery-modal.git#0576775d1b4590314b114386019f4c7421c77503",
"jquery-simulate": "1.0.1",
"jquery-ui": "1.11.0",
"jquery-ui-touch-punch": "https://github.com/zaach/jquery-ui-touch-punch.git#89e5a9159494de37df1e09cccf9036dda5429830",
"mocha": "1.18.2",
"mailcheck": "https://github.com/mailcheck/mailcheck.git#d995fcc1d02c124a893c2cb0fce2e0ce5f36bce4",
"mocha-blanketjs-adapter": "1.0.0",
"mustache": "0.7.3",
"node-uuid": "1.4.3",
"normalize-css": "2.1.3",
"p": "https://github.com/rkatic/p.git#ce57958635f71376a4563ca1ae5820f6fbe1f956",
"raven-js": "https://github.com/vladikoff/raven-js.git#customEndpoint-3x",
"requirejs": "2.2.0",
"requirejs-mustache": "https://github.com/jfparadis/requirejs-mustache.git#5fb8c0a3e8560526e8f9617a689e2924a8532d0a",
"requirejs-text": "2.0.10",
"sinon": "1.17.5",
"sjcl": "1.0.2",
"speed-trap": "0.0.5",
"tos-pp": "https://github.com/mozilla/legal-docs.git",
"underscore": "1.8.3",
"webrtc-adapter": "0.2.5",
"vat": "0.0.5",
"Duration.js": "duration.js#3.6.0"
},
"devDependencies": {
"moment": "2.8.3"
}
}