File tree Expand file tree Collapse file tree 1 file changed +19
-22
lines changed Expand file tree Collapse file tree 1 file changed +19
-22
lines changed Original file line number Diff line number Diff line change 22 "name" : " csslint" ,
33 "version" : " 0.10.0" ,
44 "description" : " CSSLint" ,
5- "author" : {
6- "name" : " Nicole Sullivan"
7- },
5+ "author" : " Nicole Sullivan" ,
86 "contributors" : [
9- {
10- "name" : " Nicholas C. Zakas"
11- }
7+ " Nicholas C. Zakas"
128 ],
13- "engines" : {
14- "node" : " >=0.8.0"
15- },
16- "directories" : {
17- "lib" : " lib"
18- },
19- "main" : " ./lib/csslint-node.js" ,
20- "bin" : {
21- "csslint" : " ./cli.js"
9+ "homepage" : " http://csslint.net/" ,
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/stubbornella/csslint.git"
2213 },
23- "scripts " : {
24- "test " : " grunt test "
14+ "bugs " : {
15+ "url " : " https://github.com/stubbornella/csslint/issues "
2516 },
2617 "licenses" : [
2718 {
2819 "type" : " MIT" ,
2920 "url" : " https://github.com/stubbornella/csslint/blob/master/LICENSE"
3021 }
3122 ],
32- "bugs" : {
33- "url" : " https://github.com/stubbornella/csslint/issues"
23+ "main" : " ./lib/csslint-node.js" ,
24+ "bin" : {
25+ "csslint" : " ./cli.js"
3426 },
35- "repository" : {
36- "type" : " git" ,
37- "url" : " https://github.com/stubbornella/csslint.git"
27+ "scripts" : {
28+ "test" : " grunt test"
3829 },
3930 "dependencies" : {
4031 "parserlib" : " ~0.2.2"
4839 "grunt-contrib-watch" : " ~0.4.4" ,
4940 "grunt-include-replace" : " ~0.4.0" ,
5041 "yuitest" : " ~0.7.9"
42+ },
43+ "engines" : {
44+ "node" : " >=0.8.0"
45+ },
46+ "directories" : {
47+ "test" : " tests"
5148 }
5249}
You can’t perform that action at this time.
0 commit comments