package.json 484 Bytes
{
  "name": "sisingo",
  "version": "1.0.0",
  "description": "Simple Single Sign-On",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:adhisimon/sisingo.git"
  },
  "keywords": [
    "sso",
    "jwt"
  ],
  "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
  "license": "ISC",
  "dependencies": {
    "express": "^4.14.0",
    "nunjucks": "^2.4.2"
  }
}