forked from BBC-archive/psammead
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 927 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
{
"name": "@bbc/psammead-visually-hidden-text",
"version": "2.0.7",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
"description": "React component for visually hidden text (for screen readers)",
"repository": {
"type": "git",
"url": "https://github.com/bbc/psammead/tree/latest/packages/components/psammead-visually-hidden-text"
},
"author": {
"name": "Psammead Maintainers",
"email": "PsammeadMaintainers@bbc.co.uk"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbc/psammead/issues"
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-visually-hidden-text/README.md",
"peerDependencies": {
"@emotion/styled": "^11.0.0"
},
"keywords": [
"bbc",
"accessibility",
"a11y",
"screen readers",
"off-screen"
],
"devDependencies": {
"@emotion/styled": "^11.3.0"
}
}