package.json 1023 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
{
2
3
4
5
6
7
8
  "name": "passport-saml-example",
  "version": "0.0.1",
  "description": "Example for PassportJS SAML strategy",
  "author": {
    "name": "Gerard Braad",
    "email": "me@gbraad.nl",
    "url": "http://gbraad.nl"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
9
  },
10
11
12
13
14
15
16
17
18
19
  "contributors": [
    {
      "name": "Christian Kuster",
      "email": "git@kusti.ch"
    }
  ],
  "keywords": [
    "saml",
    "sso"
  ],
Rosanny Sihombing's avatar
Rosanny Sihombing committed
20
21
  "repository": {
    "type": "git",
22
23
24
25
26
    "url": "https://github.com/gbraad/passport-saml-example.git"
  },
  "scripts": {
    "start": "nodemon app.js",
    "test": ""
Rosanny Sihombing's avatar
Rosanny Sihombing committed
27
28
  },
  "dependencies": {
29
30
31
32
33
    "body-parser": "1.15.1",
    "cookie-parser": "1.4.3",
    "errorhandler": "1.4.3",
    "express": "4.13.4",
    "express-fileupload": "^1.1.7-alpha.2",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
34
    "express-flash": "0.0.2",
35
36
37
    "express-session": "1.13.0",
    "fs": "0.0.1-security",
    "morgan": "1.7.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
38
    "mysql": "^2.18.1",
39
40
41
    "nodemon": "1.9.2",
    "passport": "0.3.2",
    "passport-saml": "0.15.0",
Rosanny Sihombing's avatar
Rosanny Sihombing committed
42
    "pug": "^2.0.4"
43
44
45
46
47
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "license": "MIT"
Rosanny Sihombing's avatar
Rosanny Sihombing committed
48
}