35 lines
756 B
JSON
35 lines
756 B
JSON
{
|
|
"name": "is-ssh",
|
|
"version": "1.4.0",
|
|
"description": "Check if an input value is a ssh url or not.",
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:IonicaBizau/node-is-ssh.git"
|
|
},
|
|
"keywords": [
|
|
"ssh",
|
|
"url",
|
|
"check",
|
|
"parser"
|
|
],
|
|
"author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/IonicaBizau/node-is-ssh/issues"
|
|
},
|
|
"homepage": "https://github.com/IonicaBizau/node-is-ssh",
|
|
"dependencies": {
|
|
"protocols": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"tester": "^1.3.1"
|
|
}
|
|
} |