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-08 08:20:03 +00:00
|
|
|
"jquery": "<3.0.0",
|
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",
|
2016-10-03 14:52:34 +00:00
|
|
|
"bootstrap": "^3.3.7",
|
2016-10-05 14:47:50 +00:00
|
|
|
"bootstrap-touchspin": "^3.1.2",
|
2016-10-06 07:57:42 +00:00
|
|
|
"leaflet": "^1.0.1",
|
|
|
|
"leaflet-geometry-util": "https://github.com/makinacorpus/Leaflet.GeometryUtil/raw/master/src/leaflet.geometryutil.js",
|
2016-10-11 11:28:16 +00:00
|
|
|
"leaflet-almostover": "https://github.com/makinacorpus/Leaflet.AlmostOver/raw/gh-pages/src/leaflet.almostover.js",
|
2016-10-11 12:30:02 +00:00
|
|
|
"linkifyjs": "^2.1.3",
|
|
|
|
"leaflet.locatecontrol": "^0.55.0"
|
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-10-11 11:28:16 +00:00
|
|
|
},
|
|
|
|
"linkifyjs": {
|
|
|
|
"main": [
|
|
|
|
"linkify.js",
|
|
|
|
"linkify-string.js"
|
|
|
|
]
|
2016-10-03 14:38:21 +00:00
|
|
|
}
|
2016-02-26 15:36:00 +00:00
|
|
|
}
|
|
|
|
}
|