-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathbower.json
42 lines (42 loc) · 1.21 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
{
"name": "starter-ui",
"version": "0.0.1",
"authors": [
"David Hessing <[email protected]>"
],
"description": "An angular starter skeleton.",
"main": "index.html",
"license": "All rights reserved",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.0",
"angular-resource": "~1.2.5",
"angular-sanitize": "~1.2.5",
"angular-ui-router": "~0.2.15",
"angular-bootstrap": "0.11.0",
"angular-timer": "~1.1.5",
"angular-ui-calendar": "~0.8.1",
"angular-themer": "0.2.2",
"angulartics": "~0.15.20",
"angular-table": "https://github.com/esvit/ng-table.git#8a903268807546d924ed0982786cab031c5f5249",
"angular-local-storage": "https://github.com/grevory/angular-local-storage.git",
"angular-facebook": "https://github.com/Ciul/angular-facebook.git",
"angular-bootstrap-switch": "~0.3.0",
"angular-ui-codemirror": "~0.2.1",
"codemirror": "~4.10.0",
"angular-cookies": "~1.3.0",
"angular-hotkeys": "https://github.com/chieffancypants/angular-hotkeys.git"
},
"resolutions": {
"jquery": "~2.x",
"angular": "~1.2.5",
"codemirror": "~4.10.0"
}
}