-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·48 lines (48 loc) · 1.32 KB
/
bower.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.32 KB
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
48
{
"name": "angular-kickstart",
"version": "1.0.0",
"dependencies": {
"normalize-css": "~3.0.2",
"angular": "1.3.0",
"angular-ui-router": "0.2.13",
"angular-ui-grid": "3.2.1",
"pure": "0.5.0",
"bootstrap-sass-official": "3.3.0",
"jquery": "2.1.1",
"angular-cookies": "1.3.2",
"angular-spinner": "0.5.1",
"AngularJS-Toaster": "0.4.8",
"angular-animate": "1.3.2",
"angular-xeditable": "0.1.8",
"angular-bootstrap": "0.13.0",
"angular-ladda": "0.1.15",
"angular-moment": "0.8.2",
"ngDialog": "0.3.4",
"angular-sanitize": "~1.4.0",
"jquery-ui": "~1.11.2",
"angular-ui-tree": "~2.1.5",
"lodash": "~3.9.3",
"zeroclipboard": "~2.2.0",
"angular-messages": "~1.3.13",
"angular-translate": "~2.6.0",
"angular-ui-ace": "bower",
"angular-ui-router-tabs": "~1.3.0",
"ngstorage": "~0.3.0",
"angulartics": "~0.17.2",
"fontawesome": "~4.3.0",
"ace-diff": "https://github.com/benkeen/ace-diff.git",
"angular-tree-control": "0.2.23",
"angular-perfect-scrollbar": "0.0.4",
"ng-file-upload": "~11.2.3",
"socket.io-client": "^1.4.5",
"ng-tags-input": "2.3.0",
"ng-clip": "^0.2.6"
},
"devDependencies": {
"angular-mocks": "1.3.0"
},
"resolutions": {
"angular": "1.3.2",
"angular-bootstrap": "0.13.0"
}
}