-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "grunt-html-snapshots",
"description": "The grunt task for html-snapshots",
"version": "8.14.1",
"homepage": "https://github.com/localnerve/grunt-html-snapshots",
"author": {
"name": "Alex Grant",
"email": "[email protected]",
"url": "http://www.localnerve.com"
},
"repository": {
"type": "git",
"url": "https://github.com/localnerve/grunt-html-snapshots.git"
},
"bugs": {
"url": "https://github.com/localnerve/grunt-html-snapshots/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 18"
},
"files": [
"Gruntfile.js",
"tasks/*"
],
"scripts": {
"test": "grunt test",
"lint": "eslint ."
},
"dependencies": {
"html-snapshots": "^4.16.1"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"globals": "^15.15.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt": "^1.6.1"
},
"overrides": {
"tap": "21.0.2",
"request": "npm:@cypress/[email protected]"
},
"peerDependencies": {
"grunt": ">=1.0.0"
},
"keywords": [
"SEO",
"html",
"snapshots",
"selector",
"robots.txt",
"sitemap.xml",
"gruntplugin"
]
}