{
  "name": "breakpoint-sass",
  "version": "2.7.1",
  "description": "Really Simple Media Queries with Sass",
  "main": "stylesheets/_breakpoint.scss",
  "eyeglass": {
    "needs": "^1.0.0",
    "exports": "eyeglass-exports.js",
    "name": "breakpoint"
  },
  "directories": {
    "test": "tests"
  },
  "keywords": [
    "sass",
    "responsive",
    "rwd",
    "eyeglass-module",
    "breakpoint"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "bump:major": "node .bump.js --major",
    "bump:minor": "node .bump.js --minor",
    "bump:patch": "node .bump.js --patch",
    "publish": "node .gembuild.js && git push && git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Team-Sass/breakpoint.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Team-Sass/breakpoint/issues"
  },
  "homepage": "https://github.com/Team-Sass/breakpoint",
  "devDependencies": {
    "diff": "^1.2.1",
    "fs-extra": "^0.14.0",
    "glob": "^4.3.2",
    "node-sass": "^3.0.0",
    "nodegit": "^0.11.2",
    "semver": "^5.1.0",
    "yargs": "^4.1.0"
  }
}
