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 11{
22 "name" : " @lgraubner/w3c-validator" ,
3- "description" : " Crawls a given site and checks for W3C validity." ,
43 "version" : " 1.0.1" ,
4+ "description" : " Crawls a given site and checks for W3C validity." ,
55 "homepage" : " https://github.com/lgraubner/node-w3c-validator" ,
6- "license" : " MIT" ,
76 "author" :
" Lars Graubner <[email protected] >" ,
7+ "main" : " w3c-validator.js" ,
88 "repository" : {
99 "type" : " git" ,
1010 "url" : " https://github.com/lgraubner/node-w3c-validator.git"
1111 },
12- "private" : true ,
13- "engines" : {
14- "node" : " >=0.10"
12+ "bugs" : {
13+ "url" : " https://github.com/lgraubner/node-w3c-validator/issues"
1514 },
1615 "dependencies" : {
1716 "simplecrawler" : " ^0.5.2" ,
1817 "commander" : " ^2.8.1" ,
1918 "chalk" : " ^1.0.0" ,
2019 "request" : " ^2.55.0"
2120 },
21+ "preferGlobal" : true ,
2222 "bin" : {
2323 "w3c-validator" : " w3c-validator.js"
2424 },
25- "scripts " : {}
25+ "license " : " MIT "
2626}
You can’t perform that action at this time.
0 commit comments