mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
251 B
16 lines
251 B
11 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|