This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
69 lines (69 loc) · 1.77 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
{
"name": "geoadmin3",
"version": "3.0.0",
"description": "GeoAdmin 3 Application",
"_scripts": {
"test": "node test/selenium/tests.js"
},
"repository": {
"type": "git",
"url": "git://github.com/geoadmin/mf-geoadmin3"
},
"author": "Swisstopo",
"readmeFileName": "README.md",
"//": "http://browserl.ist/?q=IE+9%2C+IE+10%2C+Android+%3E%3D+4%2C+%3E+0.5%25+in+CH",
"browserslist": [
"IE 9",
"IE 10",
"Android >= 4",
"> 0.5% in CH"
],
"greenkeeper": {
"ignore": [
"bootstrap",
"google-closure-compiler"
]
},
"dependencies": {
"angular": "1.8.2",
"angular-translate": "2.18.2",
"corejs-typeahead": "1.3.1",
"d3": "5.16.0",
"fastclick": "1.0.6",
"gyronorm": "2.0.6",
"jquery-ajax-transport-xdomainrequest": "1.0.4",
"localforage": "1.7.3",
"slipjs": "2.1.1"
},
"devDependencies": {
"angular-mocks": "1.8.2",
"autoprefixer": "9.8.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.4.0",
"bootstrap": "3.4.1",
"commander": "5.1.0",
"eslint": "6.8.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"expect.js": "0.3.1",
"google-closure-compiler": "20170423.0.0",
"google-closure-library": "20200517.0.0",
"html-minifier": "4.0.0",
"jquery": "3.6.0",
"karma": "5.0.9",
"karma-coverage": "~2.0.1",
"karma-mocha": "2.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"less": "~3.11.1",
"less-plugin-clean-css": "~1.5.1",
"mocha": "7.2.0",
"ng-annotate": "1.2.2",
"phantomjs-prebuilt": "2.1.16",
"postcss-cli": "7.1.1",
"sinon": "7.5.0"
}
}