123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "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/"
- ]
- }
|