-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 772 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 772 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": "radio-button-redirect",
"version": "1.2.0",
"description": "Allows you to do redirects from radio buttons without touching the routes file.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/abbott567/radio-button-redirect.git"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"prototype-kit",
"gov",
"prototyping",
"government",
"design-system-team",
"govuk"
],
"author": "abbott567",
"license": "ISC",
"bugs": {
"url": "https://github.com/abbott567/radio-button-redirect/issues"
},
"homepage": "https://github.com/abbott567/radio-button-redirect#readme",
"devDependencies": {
"chai": "^4.2.0",
"sinon": "^7.3.1",
"sinon-chai": "^3.3.0"
}
}