2016-02-26 15:36:00 +00:00
|
|
|
{
|
2016-10-18 18:27:57 +00:00
|
|
|
"name": "facilmap2",
|
2016-10-18 10:33:15 +00:00
|
|
|
"description": "A real-time collaboration map",
|
|
|
|
"author": "Candid Dauth <cdauth@cdauth.eu>",
|
2016-12-26 17:56:36 +00:00
|
|
|
"version": "2.1.0",
|
2016-10-18 10:33:15 +00:00
|
|
|
"scripts": {
|
2016-10-18 11:27:20 +00:00
|
|
|
"start": "npm run deps && npm run build && npm run server",
|
2017-02-09 11:45:42 +00:00
|
|
|
"deps": "npm install yarn && yarn install",
|
2016-10-18 11:27:20 +00:00
|
|
|
"build": "gulp",
|
|
|
|
"server": "node server/server.js",
|
|
|
|
"clean": "gulp clean"
|
2016-10-18 10:33:15 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-02-09 11:45:42 +00:00
|
|
|
"@mapbox/togeojson": "^0.16.0",
|
|
|
|
"angular": "^1.6.1",
|
|
|
|
"angular-ui-bootstrap": "^2.3.2",
|
|
|
|
"angular-ui-sortable": "^0.16.1",
|
|
|
|
"blob": "^0.0.4",
|
|
|
|
"bootstrap": "^3.3.7",
|
|
|
|
"bootstrap-touchspin": "^3.1.1",
|
2016-10-18 10:33:15 +00:00
|
|
|
"cheerio": "^0.22.0",
|
2017-02-09 11:45:42 +00:00
|
|
|
"clipboard": "^1.5.16",
|
2016-10-24 19:43:20 +00:00
|
|
|
"compression": "^1.6.2",
|
2016-10-18 10:33:15 +00:00
|
|
|
"compressjs": "^1.0.3",
|
2017-02-09 19:39:42 +00:00
|
|
|
"debug": "^2.6.0",
|
2017-02-10 11:12:47 +00:00
|
|
|
"ejs": "^2.5.5",
|
2016-10-20 10:40:32 +00:00
|
|
|
"event-stream": "^3.3.4",
|
2016-10-18 11:27:20 +00:00
|
|
|
"express": "^4.14.0",
|
2017-02-09 11:45:42 +00:00
|
|
|
"filtrex": "^0.5.4",
|
|
|
|
"jquery": "<3.0.0",
|
|
|
|
"jquery-ui": "^1.12.1",
|
|
|
|
"leaflet": "^1.0.3",
|
|
|
|
"leaflet-almostover": "git+https://github.com/makinacorpus/Leaflet.AlmostOver.git#gh-pages",
|
|
|
|
"leaflet-geometryutil": "^0.8.0",
|
|
|
|
"leaflet-hash": "^0.2.1",
|
|
|
|
"leaflet-simple-graticule": "^1.0.2",
|
|
|
|
"leaflet.locatecontrol": "^0.59.0",
|
|
|
|
"linkifyjs": "^2.1.3",
|
|
|
|
"marked": "^0.3.6",
|
|
|
|
"mysql": "^2.13.0",
|
|
|
|
"osmtogeojson": "^2.2.12",
|
2016-10-18 10:33:15 +00:00
|
|
|
"promise": "^7.1.1",
|
|
|
|
"request": "^2.75.0",
|
|
|
|
"request-promise": "^4.1.1",
|
|
|
|
"sequelize": "^3.24.3",
|
|
|
|
"socket.io": "^1.2.1",
|
2017-02-09 19:13:45 +00:00
|
|
|
"socket.io-client": "^1.7.2",
|
2016-10-20 10:40:32 +00:00
|
|
|
"stream-combiner": "^0.2.2",
|
2017-02-09 19:39:42 +00:00
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"webpack-dev-middleware": "^1.10.0"
|
2016-10-18 10:33:15 +00:00
|
|
|
},
|
2016-02-26 15:36:00 +00:00
|
|
|
"devDependencies": {
|
2017-02-09 11:45:42 +00:00
|
|
|
"babel-core": "^6.21.0",
|
|
|
|
"babel-loader": "^6.2.10",
|
|
|
|
"babel-preset-es2015": "^6.18.0",
|
2016-10-02 14:54:39 +00:00
|
|
|
"bower": "^1.7.9",
|
2016-10-07 11:30:15 +00:00
|
|
|
"cheerio": "^0.22.0",
|
2017-02-09 11:45:42 +00:00
|
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
|
|
"css-loader": "^0.26.1",
|
|
|
|
"exports-loader": "^0.6.3",
|
|
|
|
"expose-loader": "^0.7.1",
|
2016-02-26 15:36:00 +00:00
|
|
|
"gulp": "^3.9.1",
|
2016-10-02 14:54:39 +00:00
|
|
|
"gulp-clean": "^0.3.2",
|
|
|
|
"gulp-newer": "^1.2.0",
|
2016-10-07 11:30:15 +00:00
|
|
|
"gulp-util": "^3.0.7",
|
2017-02-09 11:45:42 +00:00
|
|
|
"html-loader": "^0.4.4",
|
|
|
|
"html-webpack-plugin": "^2.24.1",
|
|
|
|
"imports-loader": "^0.7.0",
|
|
|
|
"json-loader": "^0.5.4",
|
|
|
|
"ng-annotate-webpack-plugin": "^0.1.3",
|
|
|
|
"string-replace-loader": "^1.0.5",
|
|
|
|
"style-loader": "^0.13.1",
|
2016-10-24 00:35:58 +00:00
|
|
|
"svgo": "^0.7.1",
|
2017-02-09 11:45:42 +00:00
|
|
|
"through2": "^2.0.1",
|
|
|
|
"url-loader": "^0.5.7",
|
|
|
|
"webpack": "^2.2.1"
|
2016-10-18 10:33:15 +00:00
|
|
|
}
|
2016-02-26 15:36:00 +00:00
|
|
|
}
|