-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 831 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 831 Bytes
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
{
"name": "canada-life-events",
"version": "1.0.0",
"description": "Canada.ca life events",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/ServiceCanada/canada-life-events.git"
},
"keywords": [
"Life",
"Events",
"Canada-ca"
],
"author": "ServiceCanada",
"license": "MIT",
"homepage": "https://servicecanada.github.io/canada-life-events/",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-eslint": "^24.3.0",
"grunt-htmllint": "^0.3.0"
},
"browserslist": [
"defaults",
"not IE 11",
"last 2 versions",
"not dead",
"Safari >= 10",
"Chrome >= 60",
"Edge >= 16",
"Firefox >= 60"
]
}