forked from wet-boew/theme-gcwu-fegc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 851 Bytes
/
bower.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
{
"name": "theme-gcwu-fegc",
"version": "4.0.26-development",
"license": "https://github.com/wet-boew/theme-gcwu-fegc/blob/master/License-en.txt",
"ignore": [
"**/.*",
"bower.json",
"node_modules",
"bower_components",
"test",
"tests",
"lib"
],
"devDependencies": {
"wet-boew": "https://github.com/wet-boew/wet-boew.git#master"
},
"homepage": "https://github.com/wet-boew/theme-gcwu-fegc",
"authors": [
"WET Team"
],
"description": "Government of Canada Web Usability Theme - This theme implements the requirements of the Standard on Web Usability and is recommended for use on all Government of Canada websites (except for Canada.ca).",
"main": [
"src/theme.js",
"src/theme.scss"
],
"moduleType": [
"globals"
],
"keywords": [
"wet-boew",
"theme",
"gcwu"
]
}