Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "jQuery-MD5",
"original-version": "0.0.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although this is the first package.json file, the version of the tool should be 1.2.1

"version": "0.0.1",
"description": "Create (hex-encoded) MD5 hash of a given value",
"repository": {
"type": "git",
"url": "https://github.com/inconsiderate/jQuery-MD5.git"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"author": "Christopher Casebeer (https://github.com/placemarker)"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the "url" correction earlier, there's no need for the Git URL

Author of this package is "Sebastian Tschan"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blueimp is the creator github nick

}