forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.29 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
{
"name": "wet-boew",
"version": "4.0.22-development",
"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",
"scripts": {
"test": "grunt test",
"postinstall": "bower update && grunt init",
"travis_script": "grunt dist test-mocha && bundle exec rake",
"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",
"devDependencies": {
"assemble": "0.4.42",
"assemble-contrib-i18n": "0.1.*",
"expect.js": "^0.3.1",
"grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-banner": "^0.3.1",
"grunt-bootlint": "^0.9.1",
"grunt-check-dependencies": "~0.6.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-cssmin-ie8-clean": "0.0.1",
"grunt-eslint": "^18.0.0",
"grunt-gh-pages": "~0.9.0",
"grunt-html": "^5.0.0",
"grunt-i18n-csv": "^0.1.0",
"grunt-imagine": "^0.3.54",
"grunt-mocha": "~0.4.12",
"grunt-sass": "^1.0.0",
"grunt-sass-lint": "^0.2.0",
"grunt-saucelabs": "^8.5.0",
"grunt-wet-boew-postbuild": "^0.1.3",
"grunt-wget": "~0.1.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "^1.21.5",
"sinon": "~1.12.2",
"time-grunt": "~1.3.0"
}
}