-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
75 lines (75 loc) · 1.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Network-Map",
"version": "1.1.4",
"description": "GlobalNOC Networkmap Panel for Grafana",
"main": "index.js",
"scripts": {
"build": "gulp"
},
"keywords": [
"worldview",
"network",
"map"
],
"author": "GlobalNOC Software Engineering",
"license": "Apache-2.0",
"devDependencies": {
"babel": "~6.5.1",
"babel-eslint": "^6.0.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"browserify": "^10.2.1",
"chalk": "1.1.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-import": "^1.4.0",
"fs": "^0.0.2",
"grunt": "~0.4.5",
"grunt-babel": "~6.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "~0.2.2",
"grunt-systemjs-builder": "^0.2.5",
"gulp": "~3.9.0",
"gulp-babel": "^7.0.0",
"gulp-callback": "^0.0.3",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-debug": "^3.1.0",
"gulp-flatten": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-marked": "^1.0.0",
"gulp-native2ascii": "0.0.3",
"gulp-notify": "^1.4.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.6.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-yuidoc": "^0.1.2",
"load-grunt-tasks": "~3.2.0",
"string": "^3.3.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1",
"yuidoc-bootstrap-theme": "^1.0.6"
},
"dependencies": {
"alertifyjs": "^1.6.0",
"cesium": "^1.18.0",
"d3": "3.5.14",
"d3-geo-projection": "0.2.16",
"google-maps": "^3.2.0",
"leaflet": "^1.0.3",
"leaflet-bing-layer": "^3.1.0",
"leaflet-omnivore": "^0.3.4",
"leaflet-plugins": "^3.0.0",
"lodash": "~4.17.5",
"moment": "^2.12.0",
"topojson": "^1.6.19"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}