Skip to content

Commit

Permalink
Updating NPM package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurakay committed Dec 5, 2013
1 parent b7f7666 commit 0d35607
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name" : "lintroller",
"preferGlobal" : "true",
"version" : "2.3.5",
"version" : "2.3.5a",

"author" : "Arthur Kay <art@akawebdesign.com>",
"license" : "MIT",
"homepage" : "http://arthurakay.github.io/LintRoller/",

"author" : "Arthur Kay <art@akawebdesign.com> (http://www.akawebdesign.com)",
"description" : "Lint your JavaScript and HTML code and output errors to a log file. Convenient for pre-commit hooks and build systems to maintain code quality.",

"contributors" : [
Expand Down Expand Up @@ -31,5 +34,11 @@
"w3cjs" : ">=0.1.9",
"async" : ">=0.2.7",
"jasmine-node" : ">=1.7.0"
}
},

"keywords" : [
"lint",
"jslint",
"jshint"
]
}

0 comments on commit 0d35607

Please sign in to comment.