Skip to content

Commit 9510893

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

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
"contributors": [
11+
{
12+
"name" : "Marat Khafizov"
13+
}
14+
],
15+
"homepage": "https://github.com/macchiato-framework/macchiato-auth",
16+
"license": "Apache-2.0",
17+
"directories": {
18+
"lib": "src"
19+
},
20+
"files": [
21+
"src/*"
22+
],
23+
"keywords": [
24+
"clojure",
25+
"clojurescript",
26+
"cljs",
27+
"self-host"
28+
]
29+
}

0 commit comments

Comments
 (0)