-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 KB
/
package.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "gestione-emergenze-protezione-civile",
"version": "0.1.1",
"description": "Applicazione per gestire gli interventi delle emergenze in ambito di Protezione Civile",
"main": "main.js",
"scripts": {
"test": "node gulp.js; electron .",
"build": "node gulp.js; node builder.js",
"start": "electron ."
},
"keywords": [
"emergenze",
"gestione",
"protezione",
"civile",
"mappa",
"interventi"
],
"author": "Davide Peressoni",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "mailto:dpdmancul+gestioneemergenzebug@gmail.com"
},
"homepage": "https://dakation.altervista.org",
"dependencies": {
"angular": "^1.5.7",
"angular-simple-logger": "^0.1.7",
"angular-ui-bootstrap": "^1.3.3",
"ui-select": "^0.18.1",
"leaflet": "^0.7.7",
"ui-leaflet": "^1.0.1",
"moment": "^2.19.0",
"angular-moment": "^1.0.0-beta.6",
"express": "^4.15.3",
"compression": "^1.6.2",
"portfinder": "^1.0.13",
"jimp": "^0.2.28",
"html-pdf": "^2.2.0",
"electron-pdf-window": "^1.0.12",
"mysql": "^2.15.0",
"temp": "^0.8.3",
"electron-settings": "^3.1.4",
"mysqldump": "^2.2.1",
"electron-squirrel-startup": "^1.0.0"
},
"devDependencies": {
"electron": "^1.4.1",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"uglify-es": "^3.3.9",
"gulp-uglify": "^3.0.0",
"gulp-file-insert": "^2.0.0",
"electron-packager": "^11.0.1",
"electron-winstaller": "^2.6.4"
}
}