-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.03 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
36
37
38
{
"license": "MIT",
"scripts": {
"start": "node app.js",
"start:dev": "hof-build watch",
"test": "npm run test:lint",
"test:lint": "eslint .",
"build": "hof-build",
"postinstall": "npm run build"
},
"dependencies": {
"hof": "^12.0.0",
"hof-behaviour-summary-page": "^2.0.0",
"hof-build": "^1.3.1",
"hof-form-controller": "^5.0.0",
"hof-model": "^3.1.1",
"hof-component-date": "^1.4.0",
"hof-theme-govuk": "^2.0.2"
},
"devDependencies": {
"eslint": "^3.14.0",
"eslint-config-homeoffice": "^2.1.0"
},
"name": "hof-example",
"description": "Hof example app using the hof documentation https://ukhomeofficeforms.github.io/hof-guide/documentation",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOffice/hof-example.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/UKHomeOffice/hof-example/issues"
},
"homepage": "https://github.com/UKHomeOffice/hof-example#readme"
}