{
  "name": "tetra-ui",
  "description": "Tetra UI: a smart, easy-to-use toolkit for creating rich interfaces in lightning speed!",
  "version": "4.0.0",
  "author": {
    "name": "Viadeo"
  },
  "contributors": [
    {
      "name": "Antoine Duvillier",
      "email": "aduvillier@viadeoteam.com"
    },
    {
      "name": "Frédéric Perrin",
      "email": "fperrin@viadeoteam.com"
    },
    {
      "name": "Richard Francis",
      "email": "rfrancis@viadeoteam.com"
    },
    {
      "name": "Sylvain Faucherand",
      "email": "sfaucherand@viadeoteam.com"
    },
    {
      "name": "Cormac Flynn",
      "email": "cflynn@viadeoteam.com"
    }
  ],
  "dependencies": {
    "lodash": "3.10.0"
  },
  "devDependencies": {
    "assemble": "0.4.37",
    "grunt": "0.4.5",
    "grunt-assemble": "0.4.0",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-concat": "0.5.1",
    "grunt-contrib-connect": "0.10.1",
    "grunt-contrib-copy": "0.8.2",
    "grunt-contrib-cssmin": "0.12.3",
    "grunt-contrib-jshint": "0.11.2",
    "grunt-contrib-uglify": "0.9.1",
    "grunt-contrib-watch": "0.6.1",
    "grunt-less-to-sass": "0.0.10",
    "grunt-recess": "1.0.1",
    "grunt-sass": "1.0.0",
    "grunt-string-replace": "1.2.0",
    "highlight.js": "8.6.0",
    "jquery": "1.11.3",
    "load-grunt-config": "0.17.2",
    "tetra-icons": "0.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/viadeo/tetra-ui"
  },
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "patch-release": "npm version patch && npm publish && git push --follow-tags",
    "minor-release": "npm version minor && npm publish && git push --follow-tags",
    "major-release": "npm version major && npm publish && git push --follow-tags",
    "deploy": "git subtree push --prefix dist origin gh-pages"
  }
}
