-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 1.03 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
{
"name": "peanjs",
"description": "Fullstack JavaScript with PostgreSQL, Express, AngularJS, and Node.js.",
"homepage": "http://peanjs.org/",
"license": "MIT",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.3",
"angular-resource": "~1.3",
"angular-animate": "~1.3",
"angular-mocks": "~1.3",
"angular-bootstrap": "~0.13",
"angular-ui-utils": "bower",
"angular-ui-router": "~0.2",
"angular-file-upload": "1.1.5",
"angular-messages": "~1.3.17",
"owasp-password-strength-test": "~1.3.0",
"angular-capitalize-filter": "~2",
"angular-moment": "~1.0.0",
"lodash": "~3.10.1",
"angular-sanitize": "~1.4.8",
"font-awesome": "~4.5.0",
"mapbox-gl": "^2.1.4",
"nouislider": "^14.5.0",
"ion-rangeslider": "ionrangeslider#^2.3.1",
"bootstrap-datepicker": "^1.9.0",
"leaflet": "^1.7.1",
"Leaflet.label": "^0.2.1",
"leaflet-timedimension": "^1.1.1",
"moment-timezone": "^0.5.33",
"highcharts": "^9.0.1"
},
"resolutions": {
"angular": "1.3.20"
}
}