We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 636bb5b + ca597a0 commit f5bceb1Copy full SHA for f5bceb1
.travis.yml
@@ -1,3 +1,3 @@
1
language: node_js
2
node_js:
3
- - 0.8
+ - 0.10
package.json
@@ -3,7 +3,7 @@
"version": "0.10.0",
4
"devDependencies": {
5
"mocha": "*",
6
- "should": "~1.2.2"
+ "should": "^11.2.1"
7
},
8
"main": "./lib",
9
"repository": "https://github.com/auth0/node-xml-encryption",
@@ -19,13 +19,16 @@
19
],
20
"license": "MIT",
21
"dependencies": {
22
+ "async": "^2.1.5",
23
+ "ejs": "^2.5.6",
24
+ "node-forge": "^0.7.0",
25
"xmldom": "~0.1.15",
- "ejs": "~0.8.3",
- "async": "~0.2.7",
- "xpath": "0.0.5",
26
- "node-forge": "0.6.38"
+ "xpath": "0.0.24"
27
28
"scripts": {
29
"test": "mocha"
30
+ },
31
+ "engines": {
32
+ "node": ">=0.10"
33
}
-}
34
+}
0 commit comments