Skip to content

Commit

Permalink
Fix-up package metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
hlfcoding committed Oct 14, 2017
1 parent 604e205 commit 7fb6603
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "hlf-jquery",
"name": "hlf-dom-extensions",
"version": "0.3.0",
"description": "jQuery plugins and extensions for quality UI.",
"description": "DOM extensions for quality UI, without hard dependencies.",
"main": "release/jquery.hlf.min.js",
"files": ["release/*"],
"keywords": ["jquery", "js", "tooltip", "grid"],
"files": [
"release/*"
],
"keywords": [
"extensions",
"components",
"tooltip",
"cards"
],
"author": "Peng Wang <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hlfcoding/hlf-jquery"
"url": "https://github.com/hlfcoding/hlf-dom-extensions"
},
"devDependencies": {
"grunt": "^1.0",
Expand All @@ -22,9 +29,9 @@
"grunt-groc": "^0.7",
"grunt-markdown": "^0.7",
"grunt-newer": "^1.0",
"hlf-css": "^0.2",
"matchdep": "^2.0",
"merlot": "^0.1",
"hlf-css": "^0.2",
"qunitjs": "^2.4",
"requirejs": "^2.3"
},
Expand Down

0 comments on commit 7fb6603

Please sign in to comment.