forked from squizlabs/HTML_CodeSniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "html_codesniffer",
"version": "2.3.0",
"description": "HTML_CodeSniffer is a client-side JavaScript that checks a HTML document or source code, and detects violations of a defined coding standard.",
"license": "BSD-3-Clause",
"main": "index.js",
"keywords": [
"htmlcs"
],
"scripts": {
"prepack": "grunt build",
"build": "grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6"
},
"files": [
"Auditor",
"build",
"Contrib",
"Standards",
"Translations",
"HTMLCS.js",
"HTMLCS.Util.js",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/squizlabs/HTML_CodeSniffer.git"
},
"author": "Squiz",
"bugs": {
"url": "https://github.com/squizlabs/HTML_CodeSniffer/issues"
},
"homepage": "http://squizlabs.github.io/HTML_CodeSniffer/",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^21.0.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^4.0.0",
"grunt-contrib-uglify": "^4.0.0"
}
}