-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·29 lines (29 loc) · 798 Bytes
/
bower.json
File metadata and controls
executable file
·29 lines (29 loc) · 798 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
{
"name": "angular-kickstart",
"version": "1.0.0",
"dependencies": {
"normalize-css": "~3.0.2",
"angular": "~1.3.0",
"angular-ui-router": "~0.2.11",
"pure": "~0.5.0",
"materialize": "~0.95.3",
"angular-translate": "~2.6.1",
"components-font-awesome": "~4.3.0",
"videogular-poster": "~1.1.1",
"videogular-themes-default": "~1.1.1",
"videogular-controls": "~1.1.1",
"videogular-buffering": "~1.1.1",
"videogular-overlay-play": "~1.1.1",
"sweetalert": "~0.5.0",
"angular-loading-bar": "~0.7.1",
"ng-file-upload": "4.0.3",
"angular-moment": "~0.10.0",
"zeroclipboard": "~2.2.0",
"ng-clip": "~0.2.6",
"sails.io.js": "~0.11.5",
"angular-sails": "~1.1.3"
},
"devDependencies": {
"angular-mocks": "~1.3.0"
}
}