-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 787 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 787 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
{
"name": "angular-seed",
"version": "0.0.0",
"authors": [
"Zhidenko Nikolay <dragg.ko@gmail.com>"
],
"description": "A skeleton for AngularJS project",
"license": "MIT",
"homepage": "https://github.com/dragg/angular-seed",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"toastr": "~2.1.1",
"bootstrap": "~3.3.4",
"font-awesome": "~4.3.0",
"angular-route": "~1.3.15",
"angular-animate": "~1.3.15",
"moment": "~2.9.0",
"angular-ui-router": "~0.2.13",
"angular-resource": "~1.3.15",
"angular-spinner": "~0.6.1",
"angular-slimscroll": "~1.1.3",
"angular-bootstrap": "~0.13.0",
"oclazyload": "~0.6.3"
}
}