Commit e27fdd83be6e6aa92807607e9ea5604d28e8e3d4

Authored by Adhidarma Hadiwinoto
1 parent b33aa2142e
Exists in master

express and nunjucks

Showing 1 changed file with 5 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "sisingo", 2 "name": "sisingo",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "Simple Single Sign-On", 4 "description": "Simple Single Sign-On",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:adhisimon/sisingo.git" 11 "url": "git@gitlab.kodesumber.com:adhisimon/sisingo.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "sso", 14 "sso",
15 "jwt" 15 "jwt"
16 ], 16 ],
17 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 17 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
18 "license": "ISC" 18 "license": "ISC",
19 "dependencies": {
20 "express": "^4.14.0",
21 "nunjucks": "^2.4.2"
22 }
19 } 23 }
20 24