forked from wet-boew/GCWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "GCWeb",
"version": "4.0.24-development",
"description": "Web Experience Toolkit (WET): Canada.ca Theme",
"main": "index.html",
"scripts": {
"test": "grunt",
"postinstall": "bower update",
"travis_script": "scss-lint . && grunt",
"travis_after_success": "grunt deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/wet-boew/GCWeb.git"
},
"keywords": [
"framework",
"web",
"html5",
"javascript",
"modernizr",
"polyfill",
"WCAG2.0",
"accessiblity",
"usability",
"interoperability",
"mobile",
"multilingual"
],
"author": "",
"license": "MIT",
"devDependencies": {
"assemble": "~0.4.12",
"assemble-contrib-i18n": "~0.1.2",
"grunt": "~0.4.1",
"grunt-autoprefixer": "^1.0.1",
"grunt-banner": "^0.3.1",
"grunt-bootlint": "^0.9.1",
"grunt-check-dependencies": "~0.6.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-cssmin-ie8-clean": "0.0.1",
"grunt-gh-pages": "~0.9.0",
"grunt-html": "^1.6.0",
"grunt-hub": "~0.7.0",
"grunt-i18n-csv": "0.1.0",
"grunt-install-dependencies": "~0.2.0",
"grunt-jscs": "^0.7.1",
"grunt-sass": "^1.0.0",
"grunt-wet-boew-postbuild": "^0.1.4",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "~1.3.0"
}
}