forked from Clever/saml2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 840 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
{
"name": "saml2-js",
"version": "1.0.2",
"description": "SAML 2.0 node helpers",
"author": "Clever",
"main": "index.js",
"engines": {
"node": ">=0.10.x"
},
"scripts": {
"test": "make -Br test",
"test-cov": "make -Br test-cov",
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "git://github.com/Clever/saml2.git"
},
"keywords": [
"saml",
"node"
],
"bugs": {
"url": "https://github.com/Clever/saml2/issues"
},
"devDependencies": {
"mocha": "~1.17.1",
"coffee-script": "~1.7.1"
},
"dependencies": {
"async": "~0.2.10",
"async-ext": "~0.1.4",
"debug": "^1.0.4",
"underscore": "~1.6.0",
"xml-crypto": "0.0.22",
"xml-encryption": "~0.7.0",
"xml2js": "~0.4.1",
"xmlbuilder": "~2.1.0",
"xmldom": "~0.1.19"
}
}