Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
qianghe committed Feb 3, 2017
1 parent 91af9c7 commit 34d83ef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions libs/jquery.highlight/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jquery.highlight",
"filename": "jquery.highlight.js",
"version": "1.0",
"description": "Based on highlight v3 by Johann Burkard",
"homepage": "https://github.com/bartaz/sandbox.js",
"keywords": [
"jQuery", "highlight"
],
"maintainers": [
{
"name": "bartaz",
"web": "https://github.com/bartaz"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/bartaz/sandbox.js"
}
]
}

0 comments on commit 34d83ef

Please sign in to comment.