{
  "name": "npm-packager",
  "version": "0.0.2",
  "description": "An NPM package structure generator.",
  "main": "index.js",
  "scripts": {
    "test": "./script/test",
    "doc": "./script/doc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skylerto/npm-package.git"
  },
  "keywords": [
    "NPM",
    "package",
    "structure",
    "generator"
  ],
  "author": "skylerto <skylerclayne@gmail.com> (http://www.skylerlayne.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/skylerto/npm-package/issues"
  },
  "homepage": "https://github.com/skylerto/npm-package#readme",
  "devDependencies": {
    "jsdoc": "3.4.0",
    "minami": "1.1.1",
    "mocha": "2.4.5",
    "yuidoc-bootstrap-theme": "1.0.6",
    "yuidoc-dropkick-theme": "0.0.8",
    "yuidoc-lucid-theme": "0.1.2",
    "yuidocjs": "0.10.0"
  },
  "dependencies": {
    "async": "2.0.0-rc.3",
    "promise": "7.1.1",
    "q": "1.4.1"
  }
}
