-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
45 lines (45 loc) · 1.08 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
{
"name": "moviemap",
"version": "0.0.0",
"homepage": "https://github.com/jewelsjacobs/moviemap",
"authors": [
"Julia Jacobs <[email protected]>"
],
"description": "mashup",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.0-rc.3",
"json3": "~3.2.4",
"jquery": "~1.9.1",
"es5-shim": "~2.0.8",
"angular-resource": "~1.0.8",
"angular-animate": "~1.2.0",
"angular-loader": "~1.0.8",
"angular-spinner": "~0.2.1",
"angular-route": "~1.2.0-rc.3",
"angular-leaflet": "~0.6.0",
"jquery-migrate": "~1.2.1",
"angularjs-geolocation": "~0.1.0",
"bootstrap": "~3.0.1",
"spin.js": "~1.3.2",
"Leaflet.awesome-markers": "~2.0.1",
"font-awesome": "~4.0.1",
"angular-ui-router": "~0.2.0",
"restangular": "~1.1.6",
"leaflet": "~0.6.4",
"animate-less": "~2.0.1",
"ngstorage": "~0.3.0"
},
"devDependencies": {
"angular-mocks": "~1.0.8",
"angular-scenario": "~1.0.8"
}
}