forked from mozilla/fireplace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (32 loc) · 669 Bytes
/
bower.json
File metadata and controls
33 lines (32 loc) · 669 Bytes
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
{
"author": "Mozilla",
"name": "marketplace-frontend",
"version": "7.5.0",
"ignore": [
"Dockerfile",
"Makefile",
"bin",
"config.js",
"fabfile.py",
"gulpfile.js",
"locale",
"tests",
"yulelog"
],
"dependencies": {
"marketplace-constants": "0.12.0",
"marketplace-core-modules": "2.10.0",
"marketplace-elements": "0.7.1",
"marketplace-jquery": "2.0.2",
"almond": "0.2.9",
"requirejs": "2.1.4",
"underscore": "1.4.4",
"document-register-element": "~0.1.6",
"flipsnap": "0.3.0",
"fxpay": "0.0.16",
"salvattore-moox": "1.0.9"
},
"devDependencies": {
"squire": "~0.2.0"
}
}