-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 930 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
40
41
42
43
44
45
46
47
{
"name": "grunt-htmlhint-inline",
"description": "Grunt plugin for linting inline html",
"version": "0.1.8",
"homepage": "https://github.com/htmlhint/grunt-htmlhint-inline",
"main": "tasks/htmlhint-inline.js",
"author": {
"name": "kazu69"
},
"repository": {
"type": "git",
"url": "git://github.com/htmlhint/grunt-htmlhint-inline.git"
},
"bugs": {
"url": "https://github.com/htmlhint/grunt-htmlhint-inline/issues"
},
"license": "MIT",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"htmlhint": "^0.10.1",
"tempfile": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"lint",
"htmlhint",
"inline",
"grunt"
],
"maintainers": [
{
"name": "kazu69"
}
]
}