-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
{
"name": "visualtraceroute",
"version": "2.3.0",
"description": "",
"main": "index.js",
"dependencies": {
"electron": "^2.0.4",
"electron-log": "^2.2.16",
"external-ip": "^2.0.3",
"ip2location-nodejs": "^8.1.3",
"jquery": "^3.3.1",
"leaflet": "^1.3.2",
"leaflet.markercluster": "^1.4.1",
"notie": "^4.3.1",
"od-traceroute": "^1.0.1",
"traceroute": "^1.0.0",
"stylelint": "^8.2.0",
"stylelint-config-sass-guidelines": "^3.1.0",
"stylelint-order": "^0.7.0",
"stylelint-scss": "^2.5.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0"
},
"devDependencies": {
"browser-sync": "^2.24.5",
"electron-connect": "^0.6.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-electron": "^0.1.3",
"gulp-rename": "^1.3.0",
"gulp-run": "^1.7.1",
"gulp-run-electron": "^3.0.2",
"gulp-sass": "^4.0.1",
"gulp-tsc": "^1.3.2",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-watch": "^5.0.0",
"node-sass": "^4.9.2",
"stylelint": "^9.3.0"
},
"scripts": {
"start": "electron .",
"build:start": "gulp build && electron .",
"lint:css": "stylelint \"assets/styles/**/*.scss\"",
"visualtraceroute": "gulp build && electron ."
},
"author": "",
"license": "ISC"
}