-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "webidp",
"version": "0.0.6",
"description": "Identity provider for WebID with LDAP-backend",
"keywords": [
"idp",
"identity",
"webid",
"ldap",
"semantic",
"semantic web",
"semweb",
"rdf",
"linked data"
],
"homepage": "http://webidp.bfh.ch",
"private": "true",
"directories": {
},
"engines" : { "node" : ">=0.10.13" },
"dependencies": {
"connect": "~2.8.4",
"connect-redirection": "~0.0.1",
"connect-render": "~0.3.1",
"nconf": "~0.6.7",
"request": "~2.27.0",
"node-forge": "~0.2.6",
"underscore": "~1.5.1",
"rdfstore": "~0.8.1",
"safe_datejs": "~0.0.1",
"connect-rest": "~0.7.1",
"async": "~0.2.9",
"ldapauth": "~2.2.4",
"webid": "~0.0.4"
},
"scripts": {
"start": "node src/server.js",
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/iam-ictm/webidp.git"
},
"author": {
"name": "Pascal Mainini",
"email": "pascal.mainini@bfh.ch",
"url": "http://mainini.ch"
},
"license": "MIT",
"readmeFilename": "README.md"
}