{
  "name": "mop-nm",
  "version": "0.0.4",
  "description": "MOP Project Scaffolder for node module",
  "main": "index.js",
  "scripts": {
    "test": "xo && mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MasterOfPoppets/mop-nm"
  },
  "keywords": [
    "MOP",
    "scaffolder",
    "node",
    "module",
    "node_module",
    "project_scaffolder"
  ],
  "author": "Gareth Hughes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MasterOfPoppets/mop-nm/issues"
  },
  "homepage": "https://github.com/MasterOfPoppets/mop-nm",
  "devDependencies": {
    "mocha": "^2.2.5",
    "xo": "^0.7.1"
  },
  "dependencies": {
    "metalsmith": "^2.0.1"
  },
  "bin": "index.js"
}
