forked from pa11y/pa11y-webservice-client-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (34 loc) · 886 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
35
36
37
38
39
{
"name": "pa11y-webservice-client-node",
"version": "1.2.1",
"engines": {
"node": ">=0.10"
},
"description": "pa11y-webservice-client-node is a Node.js client library for pa11y-webservice",
"keywords": [ "accessibility", "analysis", "client", "report", "web-service" ],
"contributors": [
"Rowan Manning (http://rowanmanning.com/)"
],
"repository": {
"type": "git",
"url": "https://github.com/pa11y/webservice-client-node.git"
},
"homepage": "https://github.com/pa11y/webservice-client-node",
"bugs": "https://github.com/pa11y/webservice-client-node/issues",
"license": "GPL-3.0",
"dependencies": {
"request": "~2.74"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.7",
"grunt-mocha-test": "~0.7",
"mockery": "~1.4",
"proclaim": "~2.0",
"sinon": "~1.7"
},
"main": "./lib/client.js",
"scripts": {
"test": "grunt"
}
}