Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tprzytula committed Jan 19, 2018
1 parent 0c518ab commit abdf895
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "tprzytula:remember-me",
"version": "0.1.0",
"description": "Extension for Meteor account-base package with the implementation of rememberMe",
"license": "MIT",
"author": "Tomasz Przytuła <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/tprzytulacc/Meteor-Remember-Me"
},
"keywords": [
"meteor",
"rememberme",
"autologin",
"login"
],
"homepage": "https://github.com/tprzytulacc/Meteor-Remember-Me"
}

0 comments on commit abdf895

Please sign in to comment.