forked from Siteimprove/alfa-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 923 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
{
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-jquery",
"homepage": "https://alfa.siteimprove.com",
"version": "0.62.6",
"license": "MIT",
"description": "Functionality for translating jQuery elements into page objects",
"repository": {
"type": "git",
"url": "https://github.com/siteimprove/alfa-integrations.git",
"directory": "packages/alfa-jquery"
},
"bugs": "https://github.com/siteimprove/alfa/issues",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src/**/*.js",
"src/**/*.d.ts"
],
"dependencies": {
"@siteimprove/alfa-device": "^0.62.0",
"@siteimprove/alfa-dom": "^0.62.0",
"@siteimprove/alfa-http": "^0.62.0",
"@siteimprove/alfa-web": "^0.62.0",
"@types/jquery": "^3.3.29",
"jquery": "^3.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
}
}