-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 733 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 733 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": "RCS",
"version": "0.0.0",
"homepage": "https://github.com/shc7pw/waterData",
"authors": [
"Sam Chrisinger <s.chrisinger@gmail.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.0",
"bootstrap": "~3.3.0",
"jquery": "~2.1.1",
"angular-bootstrap": "~0.11.2",
"angular-resource": "~1.3.2",
"angular-route": "~1.3.2",
"angular-moment": "~0.8.2",
"bootbox": "~4.3.0",
"bootstrap-paginator": "~1.0.2",
"leaflet": "~0.7.3",
"angular-leaflet-directive": "~0.7.9",
"moment": "~2.8.3"
},
"resolutions": {
"angular": "1.3.0"
}
}