forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.45 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
{
"name": "wet-boew",
"version": "4.0.81.6",
"description": "Web Experience Toolkit (WET): Open source code library for building innovative websites that are accessible, usable, interoperable, mobile-friendly and multilingual. This collaborative open source project is led by the Government of Canada. / Boîte à outils de l’expérience Web (BOEW) : Une bibliothèque de code primée pour construire des sites Web innovants qui sont accessibles, faciles d'emploi, interopérables, optimisés pour les appareils mobiles et multilingues. Ceci est un projet à source ouverte collaboratif dirigé par le Gouvernement du Canada.",
"main": "index.html",
"engines": {
"npm": "^10.7.0"
},
"scripts": {
"test": "grunt pre-mocha && node test-runner",
"prepare": "bower update && grunt init && grunt deploy-build",
"travis_script": "grunt dist",
"travis_after_success": "grunt deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/wet-boew/wet-boew.git"
},
"keywords": [
"framework",
"web",
"html5",
"javascript",
"modernizr",
"polyfill",
"WCAG2.0",
"accessiblity",
"usability",
"interoperability",
"mobile",
"multilingual"
],
"author": "",
"license": "MIT",
"browserslist": [
"last 2 versions",
"bb >= 10",
"Firefox ESR",
"ie > 10"
],
"dependencies": {
"bootstrap-sass": "3.4.1",
"code-prettify": "^0.1.0",
"datatables.net": "~1.13.8",
"dompurify": "^2.4.4",
"es5-shim": "2.3.0",
"fast-json-patch": "github:wet-boew/JSON-Patch#wb1.0+1.1.4",
"html5shiv": "^3.7.3",
"jquery": "2.2.4",
"jquery-validation": "1.19.5",
"jsonpointer.js": "^0.4.0",
"magnific-popup": "git+https://github.com/wet-boew/Magnific-Popup.git#1.0.0+keyboard_trap_fix",
"mathjax": "^3.2.0",
"proj4": "2.3.3",
"unorm": "^1.6.0"
},
"devDependencies": {
"@double-great/stylelint-a11y": "^2.0.2",
"@lodder/grunt-postcss": "^3.1.1",
"assemble-contrib-i18n": "0.1.*",
"autoprefixer": "^10.2.5",
"coffeescript": "^2.5.1",
"eslint-config-jquery": "^3.0.0",
"expect.js": "^0.3.1",
"grunt": "^1.6.1",
"grunt-assemble": "~0.6.3",
"grunt-banner": "^0.6.0",
"grunt-bootlint": "^1.1.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-gh-pages": "^4.0.0",
"grunt-html": "^15.2.2",
"grunt-i18n-csv": "^0.1.0",
"grunt-lintspaces": "^0.9.0",
"grunt-markdownlint": "^3.1.2",
"grunt-sass": "^3.1.0",
"grunt-sass-lint": "^0.2.4",
"grunt-spritesmith": "^6.8.0",
"grunt-sri": "^0.2.0",
"grunt-string-replace": "^1.3.1",
"grunt-stylelint": "^0.18.0",
"grunt-wet-boew-postbuild": "git+https://github.com/wet-boew/grunt-wet-boew-postbuild#v0.1.13",
"grunt-wget": "git+https://github.com/wet-boew/grunt-wget#v0.1.4",
"load-grunt-tasks": "^5.1.0",
"mocha": "^10.0.0",
"node-sass": "^9.0.0",
"openlayers": "git+https://github.com/wet-boew/openlayers-dist.git#v3.20.2",
"postcss": "^8.4.31",
"puppeteer": "^1.20.0",
"sinon": "^9.2.4",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"time-grunt": "^2.0.0"
}
}