{
  "cards": [
    {
      "id": 1,
      "name": "Yeoman",
      "website": "http://yeoman.io",
      "description": "yo scaffolds out a new application, writing your build configuration (e.g Gruntfile, Gulpfile) and pulling in relevant build tasks and package manager dependencies (Bower, npm) that you might need for your build.",
      "image": "/src/images/yeoman.png"
    },
    {
      "id": 4,
      "name": "Webpack",
      "website": "http://webpack.github.io",
      "description": "webpack is a bundler for modules. The main purpose is to bundle javascript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.",
      "image": "/src/images/webpack.svg"
    }
  ]
}