-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "grunt-html-compare",
"description": "Compares two HTML files, passing the result to a user defined function.",
"version": "1.2.0",
"homepage": "https://github.com/barnabycolby/grunt-html-compare",
"author": {
"name": "Barnaby Colby",
"email": "barnaby.colby@gmail.com",
"url": "https://barnabycolby.io"
},
"repository": {
"type": "git",
"url": "git://github.com/barnabycolby/grunt-html-compare.git"
},
"bugs": {
"url": "https://github.com/barnabycolby/grunt-html-compare/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/barnabycolby/grunt-html-compare/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"html-minifier": "^3.0.2",
"jsdom": "^9.4.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt-jslint": "latest",
"load-grunt-config": "latest"
},
"keywords": [
"gruntplugin"
]
}