-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 986 Bytes
/
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": "@ukhomeoffice/frontend-toolkit",
"version": "3.0.0",
"description": "Implementation of github.com/UKHomeOffice/design-system for use in projects",
"main": "index.js",
"styles": "./assets/styles/index.scss",
"scripts": {
"test": "npm run test:lint",
"test:lint": "sass-lint --max-warnings=0 --no-exit --verbose",
"build": "echo noop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOffice/frontend-toolkit.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UKHomeOffice/frontend-toolkit/issues"
},
"homepage": "https://github.com/UKHomeOffice/frontend-toolkit#readme",
"devDependencies": {
"express": "^4.16.3",
"node-sass-middleware": "^0.11.0",
"nunjucks": "^3.1.3",
"sass-lint": "^1.13.1"
},
"dependencies": {
"govuk-frontend": "^1.3.0"
},
"publishConfig": {
"@ukhomeoffice:registry": "https://npm.pkg.github.com"
}
}