-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "hof",
"version": "10.0.1",
"description": "Home Office Forms (HOF) single package that bundles up a collection of packages used to create forms at the Home Office in node.js.",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/UKHomeOffice/hof.git"
},
"scripts": {
"test": "echo 'Error: no test specified'",
"lint": "eslint .",
"style": "jscs index.js --config=./.jscsrc.json"
},
"keywords": [
"forms",
"Home Office Forms",
"hof"
],
"author": "HomeOffice",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/UKHomeOffice/hof/issues"
},
"homepage": "https://github.com/UKHomeOffice/hof",
"dependencies": {
"deprecate": "^1.0.0",
"hmpo-form-wizard": "5.1.1",
"hmpo-frontend-toolkit": "4.0.0-rev1",
"hmpo-govuk-template": "0.0.3",
"hmpo-model": "0.7.0",
"hmpo-template-mixins": "4.4.0-rev2",
"hof-controllers": "3.0.1",
"hof-middleware": "0.4.0",
"eslint-config-homeoffice": "2.0.0",
"i18n-future": "0.2.0"
},
"devDependencies": {
"jscs": "^1.13.1",
"pre-commit": "^1.0.10"
},
"browser": {
"hmpo-form-wizard": false,
"hmpo-govuk-template": false,
"hmpo-model": false,
"hmpo-template-mixins": false,
"i18n-future": false,
"hof-controllers": false,
"hof-middleware": false
}
}