{
  "name": "singularitygs",
  "version": "1.8.0",
  "description": "A next generation grid framework built from the ground up to be responsive.",
  "main": "stylesheets/_singularitygs.scss",
  "directories": {
    "test": "tests"
  },
  "eyeglass": {
    "needs": "^1.0.0",
    "exports": "eyeglass-exports.js",
    "name": "singularitygs"
  },
  "devDependencies": {
    "diff": "^1.2.1",
    "fs-extra": "^0.14.0",
    "glob": "^4.3.2",
    "node-sass": "^3.0.0",
    "semver": "^5.1.0",
    "yargs": "^4.1.0"
  },
  "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/Singularity.git"
  },
  "keywords": [
    "sass",
    "responsive",
    "rwd",
    "eyeglass-module",
    "singularity",
    "layout",
    "grid",
    "semantic"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Team-Sass/Singularity/issues"
  },
  "homepage": "https://github.com/Team-Sass/Singularity"
}
