{
  "name": "generator-njsm",
  "version": "5.1.2",
  "description": "Scaffold out a node module",
  "license": "MIT",
  "repository": "uschek/generator-njsm",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "contributors": [
    {
      "name": "Christoph Uschkrat",
      "email": "christoph@uschkrat.com",
      "url": "c.uschkrat.com"
    }
  ],
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "xo && ava test.js"
  },
  "files": [
    "app"
  ],
  "keywords": [
    "yeoman-generator",
    "plugin",
    "boilerplate",
    "template",
    "scaffold",
    "node",
    "module",
    "node_module",
    "node-module",
    "init",
    "sindre",
    "spaces"
  ],
  "dependencies": {
    "humanize-url": "^2.1.0",
    "is-scoped": "^2.1.0",
    "normalize-url": "^4.3.0",
    "superb": "^4.0.0",
    "underscore.string": "^3.0.3",
    "yeoman-generator": "^4.0.1"
  },
  "devDependencies": {
    "ava": "^2.1.0",
    "pify": "^4.0.1",
    "xo": "^0.24.0",
    "yeoman-assert": "^3.0.0",
    "yeoman-test": "^2.0.0"
  },
  "ava": {
    "failWithoutAssertions": false
  },
  "xo": {
    "ignores": [
      "app/templates/**"
    ]
  }
}
