-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 1.26 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
{
"name": "hwf-staffapp",
"version": "3.3.5",
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/hwf-staffapp.git"
},
"engines": {
"node": ">=0.18.x"
},
"scripts": {},
"engineStrict": true,
"dependencies": {
"accessible-autocomplete": "^3.0.0",
"govuk-frontend": "^5.7.1"
},
"description": "[![Code Climate](https://codeclimate.com/github/ministryofjustice/fr-staffapp/badges/gpa.svg)](https://codeclimate.com/github/ministryofjustice/fr-staffapp) [![Test Coverage](https://codeclimate.com/github/ministryofjustice/fr-staffapp/badges/coverage.svg)](https://codeclimate.com/github/ministryofjustice/fr-staffapp/coverage?sort=covered_percent&sort_direction=asc) [![Build Status](https://travis-ci.org/ministryofjustice/fr-staffapp.svg?branch=master)](https://travis-ci.org/ministryofjustice/fr-staffapp) [![Dependency Status](https://gemnasium.com/badges/github.com/ministryofjustice/fr-staffapp.svg)](https://gemnasium.com/github.com/ministryofjustice/fr-staffapp)",
"bugs": {
"url": "https://github.com/hmcts/hwf-staffapp/issues"
},
"homepage": "https://github.com/hmcts/hwf-staffapp/issues#readme",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"author": "",
"license": "ISC"
}