Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
kflorence committed Mar 23, 2012
1 parent 049e41b commit 0763d30
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -18,23 +18,23 @@
],
"dependencies": {
"jquery": ">=1.3.2",
"jquery.ui.core": ">=1.8.0",
"jquery.ui.widget": ">=1.8.0"
"jquery.ui.core": ">=1.8.0",
"jquery.ui.widget": ">=1.8.0"
},
"description": "This plugin turns a standard HTML form into a wizard by breaking it into a series of well-defined steps. The purpose of these steps is to better group related inputs, preventing the user from becoming overwhelmed at the size or complexity of a form and helping them to better understand the structure of an unfamiliar form.",
"keywords": [
"form",
"wizard",
"asynchronous",
"branching",
"steps",
"finite-state machine",
"transitions",
"stateful"
"steps",
"finite-state machine",
"transitions",
"stateful"
],
"demo": "http://kflorence.github.com/jquery-wizard/",
"demo": "http://kflorence.github.com/jquery-wizard/",
"homepage": "https://github.com/kflorence/jquery-wizard",
"files": [
"src/jquery.wizard.js"
"src/jquery.wizard.js"
]
}

0 comments on commit 0763d30

Please sign in to comment.