summaryrefslogtreecommitdiff
path: root/test/external/ssl-options/package.json
blob: 114dce6afb425f7bd347a7c4751a7553276a5800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "ssl-options-tests",
  "version": "1.0.0",
  "description": "",
  "main": "test.js",
  "scripts": {
    "test": "node test.js"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "async": "^0.9.0",
    "debug": "^2.1.0"
  }
}