-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·40 lines (40 loc) · 930 Bytes
/
Copy pathbower.json
File metadata and controls
executable file
·40 lines (40 loc) · 930 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
36
37
38
39
40
{
"name": "InNet",
"version": "0.0.0",
"homepage": "https://github.com/rov01/InNet",
"authors": [
"rov01 <roverzon@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"angular-route": "~1.4.1",
"angular-jwt": "~0.0.9",
"angular-filter": "~0.5.4",
"angular-bootstrap": "~0.13.0",
"angular-timer": "~1.3.3",
"angular-translate": "~2.7.2",
"angular-leaflet-directive": "~0.8.5",
"angular-ui-router": "~0.2.15",
"angularjs": "~1.4.1",
"angular-ui": "~0.4.0",
"bootstrap": "~3.3.5",
"fastclick": "~1.0.3",
"jquery-ui": "~1.11.4",
"leaflet.draw": "~0.2.4",
"leaflet": "~0.7.3",
"ng-idle": "~1.1.0",
"ocLazyLoad": "~1.0.1",
"metisMenu": "~2.0.2",
"slimscroll": "~1.3.6",
"underscore": "~1.8.3",
"pace": "~1.0.2"
}
}