{
  "name": "<%= projectInfo.projectSlug %>",
  "version": "<%= projectInfo.projectVersion %>",
  "homepage": "<%= projectInfo.projectAuthorURL %>",
  "authors": [
    "<%= projectInfo.projectAuthor %> <<%= projectInfo.projectAuthorEmail %>>"
  ],
  "license": "<%= projectInfo.projectLicense %>",
  "ignore": [
    "**/.*",
    "node_modules",
    "assets/vendor",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "modernizr": "~2.8.3",
    "jquery": "~2.1.3",
    "normalize-css": "~4.1.1",
    "matter-kit-css": "~0.9.1",
    "matter-kit-effects": "*"
  },
  "devDependencies": {
    "bourbon": "~4.2.0",
    "slick.js": "~1.4.1",
    "matchHeight": "matchheight#~0.7.0",
    "svg-injector": "~1.1.3",
    "magnific-popup": "~1.1.0"
  }
}
