-
Notifications
You must be signed in to change notification settings - Fork 32
/
bower.json
37 lines (37 loc) · 1.05 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
{
"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.2.5",
"angular-resource": "~1.2.5",
"angular-sanitize": "~1.2.5",
"angular-ui-router": "https://github.com/angular-ui/ui-router.git#master",
"angular-bootstrap": "0.11.0",
"angular-timer": "~1.1.5",
"angular-ui-codemirror": "0.1.1",
"angular-ui-calendar": "~0.8.1",
"angular-themer" : "~0.2.2",
"angular-ui-angular": "https://github.com/angular-ui/angular.git",
"angulartics": "~0.15.20",
"angular-table":"https://github.com/esvit/ng-table.git",
"angular-local-storage": "https://github.com/grevory/angular-local-storage.git",
"angular-facebook":"https://github.com/Ciul/angular-facebook.git"
},
"resolutions": {
"jquery": "~2.x"
}
}