forked from gc-da11yn/gc-da11yn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "gc-da11yn.github.io",
"version": "1.0.0",
"description": "A sharing space for resources created by employees of the Government of Canada (GC) to promote in the open. Following the Treasury Board of Canada Secretariat's Directive on Open Government.",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eleventy": "npx eleventy",
"start": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gc-da11yn/gc-da11yn.github.io.git"
},
"keywords": [
"accessibility",
"Government of Canada",
"sharing space",
"toolkit",
"eleventy"
],
"author": "Government of Canada",
"license": "MIT",
"bugs": {
"url": "https://github.com/gc-da11yn/gc-da11yn.github.io/issues"
},
"homepage": "https://github.com/gc-da11yn/gc-da11yn.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1"
},
"dependencies": {
"gcweb": "github:wet-boew/themes-cdn#v6.0-gcweb",
"wet-boew": "github:wet-boew/wet-boew-cdn#v4.0-dist"
}
}