Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Aug 9, 2013
1 parent 39ad496 commit 7a14ed2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -2,9 +2,12 @@
"name": "jquery-selectorator",
"title": "jQuery Selectorator",
"version": "0.1.1",
"author": "Atsushi Nagase <a@ngs.io> (http://ngs.io)",
"scripts": {
"test": "grunt qunit"
},
"description": "jQuery plugin that returns simplest selector of elements.",
"homepage": "https://github.com/ngs/jquery-selectorator",
"maintainers": [
{
"name": "Atsushi Nagase",
Expand All @@ -23,6 +26,9 @@
"grunt-notify": "~0.2.7",
"grunt": "~0.4.1"
},
"dependencies": {
"jquery": ">=1.8.0"
},
"bugs": "https://github.com/ngs/jquery-selectorator/issues",
"licenses": [
{
Expand Down

0 comments on commit 7a14ed2

Please sign in to comment.