forked from dulcetgnome/divestop
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 734 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 734 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
{
"name": "dulcetgnome",
"version": "0.0.0",
"homepage": "https://github.com/RFenolio/dulcetgnome",
"authors": [
"rfenolio <mordoc@gmail.com>"
],
"description": "dive site",
"main": "client/index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/libs/",
"test",
"tests"
],
"dependencies": {
"Materialize": "materialize#~0.97.1",
"angular": "~1.4.6",
"angular-animate": "~1.4.7",
"angular-google-maps": "~2.2.1",
"angular-mocks": "~1.4.6",
"angular-route": "~1.4.7",
"angular-toastr": "~1.5.0",
"ngmap": "~1.13.4",
"satellizer": "~0.12.5",
"angular-ui-router": "~0.2.15",
"underscore": "~1.8.3"
}
}