forked from camptocamp/ngeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.64 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "ngeo",
"version": "2.4.0",
"description": "AngularJS OpenLayers Library",
"scripts": {
"prepublish": "make -f npm.mk install",
"build-ngeo-examples": "TARGET=ngeo-examples webpack --progress --debug",
"build-gmf-examples": "TARGET=gmf-examples webpack --progress --debug",
"build-gmf-apps": "TARGET=gmf-apps webpack --progress --debug",
"serve-ngeo-examples": "DEV_SERVER=1 TARGET=ngeo-examples webpack-dev-server --port 3000 --progress --watch --bail --debug",
"serve-gmf-examples": "DEV_SERVER=1 TARGET=gmf-examples webpack-dev-server --port 3000 --progress --watch --bail --debug",
"serve-gmf-apps": "DEV_SERVER=1 TARGET=gmf-apps webpack-dev-server --port 3000 --progress --watch --bail --debug"
},
"repository": {
"type": "git",
"url": "git://github.com/camptocamp/ngeo.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/camptocamp/ngeo/issues"
},
"bin": {
"compile-catalog": "buildtools/compile-catalog.js"
},
"devDependencies": {
"@camptocamp/babel-plugin-angularjs-annotate": "0.8.2",
"@camptocamp/cesium": "1.45.0",
"angular": "1.7.0",
"angular-animate": "1.7.0",
"angular-dynamic-locale": "0.1.36",
"angular-float-thead": "0.1.2",
"angular-gettext": "2.3.11",
"angular-gettext-tools": "2.3.9",
"angular-jsdoc": "1.5.0",
"angular-mocks": "1.7.0",
"angular-sanitize": "1.7.0",
"angular-touch": "1.7.0",
"angular-ui-date": "1.1.1",
"angular-ui-slider": "0.4.0",
"async": "2.6.1",
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-preset-env": "1.6.1",
"bootstrap": "3.3.7",
"commander": "2.15.1",
"console-control-strings": "1.1.0",
"copy-webpack-plugin": "4.5.1",
"corejs-typeahead": "1.2.1",
"coveralls": "3.0.1",
"css-loader": "0.28.11",
"d3-array": "1.2.1",
"d3-axis": "1.0.8",
"d3-scale": "1.0.7",
"d3-selection": "1.3.0",
"d3-shape": "1.2.0",
"d3-transition": "1.1.1",
"d3-zoom": "1.7.1",
"eslint": "4.19.1",
"eslint-config-openlayers": "9.1.0",
"eslint-plugin-googshift": "0.9.3",
"expose-loader": "0.7.5",
"extract-text-webpack-plugin": "4.0.0-alpha.0",
"file-loader": "1.1.11",
"file-saver": "1.3.8",
"floatthead": "2.1.2",
"font-awesome": "4.7.0",
"fs-extra": "6.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine-core": "2.99.0",
"jquery": "3.3.1",
"jquery-datetimepicker": "2.5.19",
"jquery-mousewheel": "3.1.13",
"jquery-ui": "1.12.1",
"jquery-ui-touch-punch": "0.2.3",
"jsdoc": "3.5.5",
"jsdom": "11.11.0",
"jsts": "1.6.0",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-coverage-istanbul-reporter": "2.0.1",
"karma-jasmine": "1.1.1",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.0",
"less": "2.7.2",
"less-loader": "4.1.0",
"less-plugin-autoprefix": "1.5.1",
"less-plugin-clean-css": "1.5.1",
"ls": "0.2.1",
"moment": "2.22.1",
"ol-cesium": "2.0.0",
"openlayers": "https://api.github.com/repos/openlayers/openlayers/tarball/f284b95cb897b3ce1b49b985b58ebe1ca76be1fe",
"phantomjs-polyfill-string-includes": "1.0.0",
"phantomjs-prebuilt": "2.1.16",
"proj4": "2.4.4",
"svg2ttf": "4.1.0",
"ttf2eot": "2.0.0",
"ttf2woff": "2.0.1",
"uglify-js": "3.3.27",
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "1.0.1",
"url-polyfill": "1.0.13",
"webpack": "4.8.2",
"webpack-cli": "2.1.4",
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.2"
},
"dependencies": {}
}