Skip to content

Commit

Permalink
add infos to package.json [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie committed Apr 26, 2018
1 parent 7a6cc16 commit a2da2e9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"name": "qselect",
"version": "0.0.1",
"description": "Aliases for querySelector & querySelectorAll",
"keywords": [
"query",
"querySelector",
"querySelectorAll",
"selector",
"javascript",
"browser"
],
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/lbenie/qselect/issues"
},
"homepage": "https://github.com/lbenie/qselect#readme",
"author": {
"name": "Lucien Bénié",
"email": "lucien.benie@gmail.com",
Expand Down Expand Up @@ -33,5 +49,8 @@
"husky": "^1.0.0-rc.2",
"jest": "^22.4.3",
"lint-staged": "^7.0.5"
},
"engines": {
"node": ">=8"
}
}

0 comments on commit a2da2e9

Please sign in to comment.