forked from Clever/saml2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 958 Bytes
/
package.json
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
{
"name": "saml2-suomifi",
"version": "1.1.0",
"description": "SAML 2.0 node helpers for Suomi.fi",
"author": "Winter <[email protected]> (https://winteragency.se)",
"contributors": [
"Clever"
],
"main": "index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "make -Br test",
"test-cov": "make -Br test-cov",
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "git://github.com/winteragency/saml2-suomifi.git"
},
"keywords": [
"saml",
"suomi.fi",
"node"
],
"bugs": {
"url": "https://github.com/winteragency/saml2-suomifi/issues"
},
"devDependencies": {
"mocha": "^3.5.0",
"coffee-script": "^1.12.0"
},
"dependencies": {
"async": "^2.5.0",
"debug": "^2.6.0",
"underscore": "^1.8.0",
"xml-crypto": "^0.10.0",
"xml-encryption": "^0.11.0",
"xml2js": "^0.4.0",
"xmlbuilder": "~2.2.0",
"xmldom": "^0.1.0"
}
}