{
  "name": "lintel-contrib-cards",
  "version": "0.1.1",
  "description": "Cards for lintel.",
  "homepage": "https://github.com/lintelio/lintel-contrib-cards",
  "repository": "https://github.com/lintelio/lintel-contrib-cards.git",
  "author": {
    "name": "Marius Craciunoiu",
    "email": "",
    "url": "mariusc23.com"
  },
  "keywords": [
    "lintelmodule",
    "lintel"
  ],
  "main": [
    "sass/cards.sass",
    "dist/cards.min.css"
  ],
  "license": "MIT",
  "dependencies": {
    "lintel": "~0.1.0"
  },
  "devDependencies": {
    "gm": "^1.17.0",
    "grunt": "^0.4.5",
    "grunt-autoprefixer": "^2.0.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-csslint": "^0.3.1",
    "grunt-contrib-cssmin": "^0.10.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-notify": "^0.4.1",
    "grunt-sass": "^0.17.0",
    "grunt-webshot": "^0.3.0",
    "load-grunt-tasks": "^1.0.0"
  },
  "ignore": [
    "/.*",
    "sass/lintel-core-loader.scss"
  ],
  "scripts": {
    "test": "grunt test"
  }
}
