Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vladrub committed Mar 30, 2018
1 parent a1c1dfe commit 2caaa4b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "jquery-modal-box",
"version": "1.0.0",
"main": "jquery.modalBox.js",
"style": "jquery.modalBox.scss",
"description": "The modal box for jQuery",
"homepage": "https://github.com/vladrub/jquery.modalBox/issues",
"repository": "vladrub/jquery.modalBox",
"bugs": "https://github.com/vladrub/jquery.modalBox/issues",
"license": "MIT",
"author": "Vladislav Rubanovich",
"devDependencies": {
}
}

0 comments on commit 2caaa4b

Please sign in to comment.