Skip to content

Commit

Permalink
Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dlanileonardo committed Aug 18, 2013
1 parent 751c5f1 commit af355da
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "jquery.live.search",
"version": "0.0.1",
"description": "A simple, lightweight jQuery plugin for implement live-search.",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/dlanileonardo/jquery-live-search.git"
},
"author": "Dlani Mendes",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-watch": "~0.3.0",
"grunt-compare-size": "~0.4.0",
"gzip-js": "~0.3.0"
}
}

0 comments on commit af355da

Please sign in to comment.