-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 778 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 778 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
34
{
"name": "ng1-migrate",
"description": "",
"main": "index.js",
"authors": [
"Asim Hussain <jawache@gmail.com>"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/libs",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.0",
"angular-animate": "1.4.0",
"angular-auto-validate": "^1.19.6",
"angular-ladda": "^0.4.3",
"angular-resource": "1.4.0",
"angular-strap": "^2.3.12",
"AngularJS-Toaster": "angularjs-toaster#^2.1.0",
"bootstrap": "3.3.2",
"bootstrap-additions": "0.3.1",
"font-awesome": "4.3.0",
"jquery": "2.1.3",
"ngInfiniteScroll": "1.2.1",
"angular-ui-router": "ui-router#^0.4.2",
"angular-spinner": "^1.0.1"
}
}