Skip to content

Commit ee8ae78

Browse files
committed
Add package.json for npm publishing
1 parent 4720522 commit ee8ae78

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@macchiato/auth",
3+
"version": "0.0.10",
4+
"description": "Library that provides authentication and authorization facilities for Macchiato.",
5+
"author": {
6+
"name" : "Dmitri Sotnikov",
7+
"email" : "dmitri.sotnikov@gmail.com",
8+
"url" : "http://yogthos.net/"
9+
},
10+
"homepage": "https://github.com/macchiato-framework/macchiato-auth",
11+
"license": "MIT",
12+
"directories": {
13+
"lib": "src"
14+
},
15+
"files": [
16+
"src/*"
17+
],
18+
"keywords": [
19+
"clojure",
20+
"clojurescript",
21+
"cljs",
22+
"self-host"
23+
]
24+
}

0 commit comments

Comments
 (0)