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