File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lgraubner/w3c-validator" ,
3
- "description" : " Crawls a given site and checks for W3C validity." ,
4
3
"version" : " 1.0.1" ,
4
+ "description" : " Crawls a given site and checks for W3C validity." ,
5
5
"homepage" : " https://github.com/lgraubner/node-w3c-validator" ,
6
- "license" : " MIT" ,
7
6
"author" : " Lars Graubner <mail@larsgraubner.de>" ,
7
+ "main" : " w3c-validator.js" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/lgraubner/node-w3c-validator.git"
11
11
},
12
- "private" : true ,
13
- "engines" : {
14
- "node" : " >=0.10"
12
+ "bugs" : {
13
+ "url" : " https://github.com/lgraubner/node-w3c-validator/issues"
15
14
},
16
15
"dependencies" : {
17
16
"simplecrawler" : " ^0.5.2" ,
18
17
"commander" : " ^2.8.1" ,
19
18
"chalk" : " ^1.0.0" ,
20
19
"request" : " ^2.55.0"
21
20
},
21
+ "preferGlobal" : true ,
22
22
"bin" : {
23
23
"w3c-validator" : " w3c-validator.js"
24
24
},
25
- "scripts " : {}
25
+ "license " : " MIT "
26
26
}
You can’t perform that action at this time.
0 commit comments