Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/0-dns/package.json')
-rw-r--r--test/fixtures/0-dns/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fixtures/0-dns/package.json b/test/fixtures/0-dns/package.json
new file mode 100644
index 00000000000..667600c7d08
--- /dev/null
+++ b/test/fixtures/0-dns/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "0-dns",
+ "version": "1.0.0",
+ "description": "create certificate for 0-dns test",
+ "main": "createCert.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "SEE LICENSE IN ../../../LICENSE",
+ "private": true,
+ "dependencies": {
+ "asn1.js": "^4.9.1",
+ "asn1.js-rfc5280": "^1.2.2"
+ }
+}