forked from bennieswart/grunt-vnuserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 990 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
{
"name": "grunt-vnuserver-dev",
"version": "2.0.0",
"description": "A Grunt plugin for starting the vnu.jar markup checker in server mode.",
"repository": {
"type": "git",
"url": "git+https://github.com/prantlf/grunt-vnuserver.git"
},
"keywords": [
"vnu",
"server",
"grunt",
"html",
"validator"
],
"author": "Bennie Swart <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prantlf/grunt-vnuserver/issues"
},
"homepage": "https://github.com/prantlf/grunt-vnuserver#readme",
"scripts": {
"lint": "grunt eslint",
"test": "grunt",
"coverage": "grunt instrument && GRUNT_VNUSERVER_COVERAGE=1 grunt"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"grunt-html-dev": "10.0.0",
"portastic": "1.0.1",
"vnu-jar": "next"
},
"devDependencies": {
"grunt": "1.0.4",
"grunt-contrib-clean": "2.0.0",
"grunt-eslint": "22.0.0",
"grunt-istanbul": "0.8.0"
}
}