-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 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
{
"name": "search-ui",
"version": "1.8.0",
"description": "Canada.ca Search UI with Headless",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/ServiceCanada/search-ui.git"
},
"keywords": [
"Search",
"UI",
"Canada-ca"
],
"author": "ServiceCanada",
"license": "(MIT AND Apache-2.0)",
"homepage": "https://servicecanada.github.io/search-ui/",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"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",
"postcss": "^8.5.8",
"postcss-preset-env": "^11.2.0",
"@lodder/grunt-postcss": "^3.0.1"
}
}