forked from openedx-unsupported/ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 965 Bytes
/
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
{
"name": "edx-ecommerce",
"homepage": "https://github.com/edx/ecommerce",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "~1.2.1",
"backbone-relational": "~0.9.0",
"backbone-route-filter": "~0.1.2",
"backbone-super": "~1.0.4",
"backbone-validation": "~0.11.5",
"backbone.stickit": "~0.9.2",
"bootstrap-sass": "~3.3.7",
"bootstrapaccessibilityplugin": "~1.0.4",
"datatables": "1.10.10",
"edx-ux-pattern-library": "https://github.com/edx/ux-pattern-library.git#82fa1c823bc322ba8b0742f0c546a89b0c69e952",
"fontawesome": "~4.3.0",
"jquery": "~3.2.1",
"js-cookie": "~2.1.2",
"moment": "~2.10.3",
"pikaday": "https://github.com/owenmead/Pikaday.git#1.4.0",
"punycode": "~1.4.1",
"requirejs": "~2.1.15",
"text": "~2.0.14",
"underscore": "~1.8.2",
"underscore.string": "~3.1.1"
}
}