48 lines
935 B
JSON
48 lines
935 B
JSON
{
|
|
"name": "protocols",
|
|
"version": "2.0.1",
|
|
"description": "Get the protocols of an input url.",
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:IonicaBizau/protocols.git"
|
|
},
|
|
"keywords": [
|
|
"protocols",
|
|
"protocol",
|
|
"url",
|
|
"parse"
|
|
],
|
|
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/IonicaBizau/protocols/issues"
|
|
},
|
|
"homepage": "https://github.com/IonicaBizau/protocols",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tester": "^1.4.5"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"app/",
|
|
"lib/",
|
|
"dist/",
|
|
"src/",
|
|
"scripts/",
|
|
"resources/",
|
|
"menu/",
|
|
"cli.js",
|
|
"index.js",
|
|
"bloggify.js",
|
|
"bloggify.json",
|
|
"bloggify/"
|
|
]
|
|
} |