-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 778 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 778 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
34
35
36
{
"name": "MyTestProject",
"description": "Oli test project",
"version": "1.0.0",
"dependencies": {
"jquery": "~2.1.3",
"jquery-ui": "~1.11.2",
"dynatable": "~0.3.1",
"bootstrap": "3.1.1",
"bootstrap-datepicker": "~1.3.1",
"CoolClock": "~2.1.4",
"bootstrap-combobox": "~1.1.6",
"bootstrap-3-timepicker": "~0.2.8",
"angular": "1.3.14",
"angular-bootstrap": "~0.12.1",
"angular-ui-router": "~0.2.13"
},
"authors": [
"Oliver Jaun"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "~3.3.2"
},
"resolutions": {
"jquery": "~2.1.3",
"bootstrap": "~3.3.2"
}
}