{
  "name": "Buttons",
  "version": "2.0.0",
  "description": "A CSS button library built with Sass",
  "author": "Unicorn-UI <updates@unicorn-ui.com>",
  "homepage": "http://unicorn-ui.com/",
  "repository": {
    "type": "git",
    "url": "git@github.com:alexwolfe/Buttons.git"
  },
  "contributors": "https://github.com/alexwolfe/Buttons/graphs/contributors",
  "keywords": [
    "Buttons",
    "CSS Buttons",
    "Sass Buttons"
  ],
  "scripts": {
    "test": "grunt tests --verbose"
  },
  "license": "Apache License, Version 2.0",
  "bugs": {
    "url": "https://github.com/alexwolfe/Buttons/issues"
  },
  "devDependencies": {
    "grunt-autoprefixer": "^0.8.1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-connect": "^0.8.0",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-cssmin": "^0.10.0",
    "grunt-contrib-qunit": "^0.5.2",
    "grunt-contrib-sass": "^0.7.4",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-includes": "^0.4.5",
    "grunt-saucelabs": "^8.3.2",
    "webpack": "^1.4.5"
  },
  "dependencies": {
    "grunt": "^0.4.5",
    "grunt-saucelabs": "^8.3.2"
  }
}
