Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eureka2 committed Oct 12, 2019
1 parent bdedc57 commit 5dfd660
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "ab-datepicker",
"version": "2.1.16",
"description": "An accessible and bootstrap compatible datepicker",
"main": "js/datepicker.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/eureka2/ab-datepicker.git"
},
"keywords": [
"datepicker",
"accessible"
],
"author": "Jacques Archimède",
"license": "MIT",
"bugs": {
"url": "https://github.com/eureka2/ab-datepicker/issues"
},
"homepage": "https://github.com/eureka2/ab-datepicker#readme"
}

0 comments on commit 5dfd660

Please sign in to comment.