📦 EqualifyEverything / equalify-schema

📄 package.json · 31 lines
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{
  "name": "@equalifyapp/equalify-schema",
  "version": "1.0.0",
  "description": "JSON schema for web acccessibility results.",
  "main": "server.js",
  "scripts": {
    "test": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EqualifyEverything/equalify-schema.git"
  },
  "keywords": [
    "web",
    "accessiblity",
    "accessibility",
    "schema",
    "json",
    "equalify",
    "a11y"
  ],
  "author": "Blake Bertuccelli-Booth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/EqualifyEverything/equalify-schema/issues"
  },
  "homepage": "https://github.com/EqualifyEverything/equalify-schema#readme",
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  }
}