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) · 658 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 658 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-beta",
"version": "0.11.17",
"devDependencies": {
"mocha": "3.3.0",
"should": "^11.2.1"
},
"main": "./lib",
"repository": "https://github.com/JFGHT/node-xml-encryption-beta",
"keywords": [
"xml",
"encryption",
"xmlenc"
],
"author": "Matias Woloski (Auth0)",
"contributors": [
"J. Fuentes<jesusfght@gmail.com>"
],
"license": "MIT",
"dependencies": {
"async": "3.0.1-0",
"ejs": "^2.5.6",
"node-forge": "^0.7.0",
"node-rsa": "^1.0.1",
"xmldom": "~0.1.15",
"xpath": "0.0.27"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10"
}
}