-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.15 KB
/
bower.json
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": "travel",
"version": "0.0.0",
"homepage": "https://github.com/jewelsjacobs/travel",
"authors": [
"Julia Jacobs <[email protected]>"
],
"description": "travel",
"license": "Commercial",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.4",
"json3": "~3.2.4",
"jquery": "~1.9.1",
"angular-resource": "~1.0.8",
"angular-animate": "~1.2.0",
"angular-loader": "~1.0.8",
"angular-spinner": "~0.2.1",
"jquery-migrate": "~1.2.1",
"bootstrap": "~3.0.1",
"spin.js": "~1.3.2",
"font-awesome": "~4.0.1",
"restangular": "~1.1.6",
"animate-less": "~2.0.1",
"ngstorage": "~0.3.0",
"angular-ui-utils": "~0.0.4",
"jquery-ui": "~1.10.3",
"html5shiv": "~3.7.0",
"respond": "~1.4.0",
"angular-cookies": "~1.2.3",
"angular-sanitize": "~1.2.3",
"angular-ui-router": "~0.2.5",
"lodash": "~2.4.1",
"angular-route": "~1.2.4",
"angular-ui-bootstrap-bower": "~0.10.0"
},
"devDependencies": {
"angular-mocks": "~1.0.8",
"angular-scenario": "~1.0.8"
}
}