{
  "name": "npmreserve",
  "version": "1.1.11",
  "description": "Reserve package names on NPM.",
  "main": "lib/index.js",
  "bin": {
    "npmreserve": "./bin/npmreserve"
  },
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IonicaBizau/npmreserve"
  },
  "keywords": [
    "npm",
    "reserve"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/npmreserve/issues"
  },
  "homepage": "https://github.com/IonicaBizau/npmreserve",
  "dependencies": {
    "bug-killer": "^1.0.0",
    "ul": "^2.1.0",
    "clp": "^1.2.0",
    "tmp": "^0.0.26",
    "exec-limiter": "^1.0.0",
    "validate-npm-package-name": "^2.2.0"
  },
  "devDependencies": {},
  "blah": {
    "h_img": "http://i.imgur.com/67mKyws.png",
    "description": [
      {
        "blockquote": [
          {
            "h1": ":warning: STOP, LOOK AND LISTEN :construction:"
          },
          "This project is discontinued and deprecated. By *reserving* NPM packages",
          "without publishing code, you are violating the NPM terms. For more information",
          "please refer to [*Acceptable Package Content*](https://docs.npmjs.com/policies/conduct#acceptable-package-content)"
        ]
      },
      {
        "p": [
          [
            "Sometimes I have ideas about new tools to build but I don't have the needed",
            "time to implement them. To be sure that *my idea is reserved* I created this",
            "tiny tool which reserves the name of the package on NPM. :bulb:"
          ]
        ]
      }
    ]
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}