facilmap/frontend/bower.json

42 wiersze
1.1 KiB
JSON
Czysty Zwykły widok Historia

2016-02-26 15:36:00 +00:00
{
"name": "facilpad",
"version": "0.1.0",
"homepage": "https://github.com/rankenstein/facilpad",
"authors": [
"Candid Dauth <cdauth@cdauth.eu>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2016-10-06 08:00:02 +00:00
"jquery": "^3.1.1",
2016-10-02 14:54:39 +00:00
"angular": "^1.5.8",
2016-09-28 12:42:25 +00:00
"async": "^2.0.1",
2016-10-02 14:54:39 +00:00
"marked": "^0.3.6",
"angular-ui-sortable": "^0.14.3",
2016-09-28 12:10:08 +00:00
"FileSaver": "https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.js",
2016-10-03 14:38:21 +00:00
"blob": "*",
"angular-bootstrap": "^2.1.4",
"bootstrap": "^3.3.7",
"bootstrap-touchspin": "^3.1.2",
"leaflet": "^1.0.1",
"leaflet-geometry-util": "https://github.com/makinacorpus/Leaflet.GeometryUtil/raw/master/src/leaflet.geometryutil.js",
"leaflet-almostover": "https://github.com/makinacorpus/Leaflet.AlmostOver/raw/gh-pages/src/leaflet.almostover.js"
2016-10-03 14:38:21 +00:00
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"dist/js/bootstrap.js",
"dist/fonts/glyphicons-halflings-regular.ttf"
]
}
2016-02-26 15:36:00 +00:00
}
}