-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 804 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 804 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
35
{
"name": "example",
"version": "0.0.0",
"authors": [
"Ivan Hell <hell.ivan@yahoo.com>"
],
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.1",
"bootstrap": "~3.3.5",
"angular-bootstrap": "~0.13.0",
"oauth-js": "~0.4.3",
"angular-ui-router": "~0.2.15",
"angular-loading-bar": "~0.8.0",
"angular-modal-service": "~0.6.6",
"jquery": "~2.1.4",
"angular-route": "~1.4.3",
"angular-cookies": "~1.4.3",
"angular-local-storage": "~0.2.2",
"jquery-slimscroll": "~1.3.6",
"jquery.easing": "~1.3.1",
"jquery.scrollTo": "~2.1.1",
"fullpage.js": "~2.6.7",
"wow": "~1.1.2",
"font-awesome": "~4.4.0"
}
}