Skip to content

Commit

Permalink
Add package.json for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Apr 13, 2018
1 parent 4720522 commit ee8ae78
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "@macchiato/auth",
"version": "0.0.10",
"description": "Library that provides authentication and authorization facilities for Macchiato.",
"author": {
"name" : "Dmitri Sotnikov",
"email" : "[email protected]",
"url" : "http://yogthos.net/"
},
"homepage": "https://github.com/macchiato-framework/macchiato-auth",
"license": "MIT",
"directories": {
"lib": "src"
},
"files": [
"src/*"
],
"keywords": [
"clojure",
"clojurescript",
"cljs",
"self-host"
]
}

0 comments on commit ee8ae78

Please sign in to comment.