{
  "name": "csstyle",
  "version": "1.5.0",
  "description": "clean, simple styling for styling the web.",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "lodash": "^3.2.0"
  },
  "devDependencies": {
    "fs-extra": "^0.16.3",
    "glob": "^4.3.5",
    "grunt": "~0.4.5",
    "grunt-release": "~0.12.0",
    "jasmine-node": "^1.14.5",
    "postcss": "^4.0.4",
    "postcss-nested": "^0.2.1",
    "postcss-simple-vars": "^0.2.3",
    "shelljs": "~0.3.0",
    "specificity": "~0.1.4"
  },
  "main": "csstyle.js",
  "scripts": {
    "test": "jasmine-node spec",
    "sitecss": "sass -r sass-globbing ./site/site.scss > ./site/site.css"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/geddski/csstyle.git"
  },
  "keywords": [
    "css",
    "sass",
    "scss",
    "web",
    "components",
    "styling",
    "mixins",
    "method",
    "approach"
  ],
  "author": "Dave Geddes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geddski/csstyle/issues"
  },
  "homepage": "http://www.csstyle.io"
}
