Commit 338bba7bd221a8673cba0460e9c43db785654408
1 parent
4bec5ce921
Exists in
master
package.json
Showing 1 changed file with 19 additions and 0 deletions Side-by-side Diff
package.json
... | ... | @@ -0,0 +1,19 @@ |
1 | +{ | |
2 | + "name": "sisingo", | |
3 | + "version": "1.0.0", | |
4 | + "description": "Simple Single Sign-On", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "echo \"Error: no test specified\" && exit 1" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.kodesumber.com:adhisimon/sisingo.git" | |
12 | + }, | |
13 | + "keywords": [ | |
14 | + "sso", | |
15 | + "jwt" | |
16 | + ], | |
17 | + "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | |
18 | + "license": "ISC" | |
19 | +} |