forked from auth0/node-xml-encryption
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 715 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 715 Bytes
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
{
"name": "xml-encryption",
"version": "0.11.0",
"devDependencies": {
"mocha": "*",
"should": "^11.2.1"
},
"main": "./lib",
"repository": "https://github.com/auth0/node-xml-encryption",
"keywords": [
"xml",
"encryption",
"xmlenc"
],
"author": "Matias Woloski (Auth0)",
"contributors": [
"Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"Tommi Pisto <tommi@pistogroup.com> (http://pasm.pis.to)"
],
"license": "MIT",
"dependencies": {
"async": "^2.1.5",
"ejs": "^2.5.6",
"node-forge": "^0.7.0",
"xmldom": "~0.1.15",
"xpath": "0.0.24"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10"
}
}