{
  "name": "<%= _.slugify(themeName) %>",
  "version": "<%= pkg.version %>",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "bower.json",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "lib"
  ],
  "devDependencies": {
    "wet-boew": "<%= pkg.version %>"
  },
  "description": "<%= _.slugify(themeName) %> - A theme for WET-BOEW",
  "main": [
    "src/theme.js",
    "src/theme.scss"
  ],
  "keywords": [
    "wet-boew",
    "theme"
  ]
}

