forked from htmlhint/HTMLHint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 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
{
"name": "htmlhint",
"version": "0.9.1",
"description": "A Static Code Analysis Tool for HTML",
"main": "./index",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0rc7",
"grunt-contrib-clean": "~0.4.0rc6",
"grunt-contrib-concat": "~0.1.2rc6",
"grunt-contrib-uglify": "~0.1.1rc6",
"grunt-contrib-watch": "~0.2.0",
"grunt-replace": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-mocha-hack": "0.0.4",
"grunt-exec": "~0.4.0",
"mocha": "*",
"expect.js": "~0.2.0",
"jscover": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/yaniswang/HTMLHint.git"
},
"bugs": {
"url": "https://github.com/yaniswang/HTMLHint/issues"
},
"keywords": [
"html",
"hint",
"Analysis",
"Javascript"
],
"author": "Yanis Wang",
"license": "MIT"
}