Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Jun 25, 2015
1 parent 0575442 commit 8fbe913
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"name": "knockout-delegatedEvents",
"name": "knockout-delegated-events",
"version": "0.6.0",
"description": "A simple and flexible plugin to do declarative event delegation in Knockout.js",
"repository": {
"type": "git",
"url": "git://github.com/rniemeyer/knockout-delegatedEvents.git"
},
"main": "dist/knockout-delegatedEvents.min.js",
"author": "Ryan Niemeyer <[email protected]> (http://knockmeout.net)",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "0.x.x",
Expand Down

0 comments on commit 8fbe913

Please sign in to comment.