We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4720522 commit 9510893Copy full SHA for 9510893
package.json
@@ -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