UNPKG

1.15 kBJSONView Raw
1{
2 "name": "grunt-check-pages",
3 "description": "Grunt task that checks various aspects of a web page for correctness.",
4 "version": "0.8.0",
5 "homepage": "https://github.com/DavidAnson/grunt-check-pages",
6 "author": "David Anson (http://dlaa.me/)",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/DavidAnson/grunt-check-pages.git"
10 },
11 "bugs": {
12 "url": "https://github.com/DavidAnson/grunt-check-pages/issues"
13 },
14 "license": "MIT",
15 "engines": {
16 "node": ">= 0.8.0"
17 },
18 "scripts": {
19 "test": "nodeunit",
20 "test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit"
21 },
22 "dependencies": {
23 "check-pages": "^0.8.0"
24 },
25 "devDependencies": {
26 "grunt": "~0.4.5",
27 "grunt-contrib-nodeunit": "^0.4.1",
28 "grunt-contrib-watch": "^0.6.1",
29 "grunt-eslint": "^10.0.0",
30 "gruntmock": "^0.2.0",
31 "istanbul": "^0.3.13",
32 "nock": "^1.4.0",
33 "nodeunit": "^0.9.1"
34 },
35 "peerDependencies": {
36 "grunt": "~0.4.4"
37 },
38 "keywords": [
39 "gruntplugin",
40 "validate",
41 "check",
42 "page",
43 "link",
44 "html",
45 "xhtml"
46 ]
47}