-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
47 lines (47 loc) · 1009 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "dynamic-diagram",
"version": "0.0.0",
"moduleType": [
"amd"
],
"authors": [
"yashar ayari"
],
"description": "A DOM utility helper",
"main": [
"src/js/dynamicDiagram.js",
"src/css/dynamicDiagram-ltr.css",
"src/css/dynamicDiagram-rtl.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "*",
"bootstrap-sass-rtl": "*",
"sass-direction-controller": "~1.0.2"
},
"overrides": {
"sass-bootstrap": {
"main": [
"dist/js/bootstrap.js"
]
},
"bootstrap-sass-rtl": {
"main": [
"dist/fonts/bootstrap/glyphicons-halflings-regular.eot",
"dist/fonts/bootstrap/glyphicons-halflings-regular.svg",
"dist/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"dist/fonts/bootstrap/glyphicons-halflings-regular.woff"
]
},
"jquery": {
"main": "dist/jquery.min.js"
}
}
}