{
  "name": "css-clean",
  "version": "1.7.1",
  "description": "A utility for formatting css and sass",
  "main": "index.js",
  "bin": {
    "cssclean": "./index.bin.js"
  },
  "scripts": {
    "test": "node test/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SeanJM/css-clean.git"
  },
  "keywords": [
    "css",
    "prettyprint",
    "format",
    "sass"
  ],
  "author": "Sean MacIsaac <seanjmacisaac@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SeanJM/css-clean/issues"
  },
  "homepage": "https://github.com/SeanJM/css-clean#readme",
  "dependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "lasso-string": "^5.1.0",
    "match-file-utility": "^3.4.0",
    "tiny-test": "^0.9.2"
  }
}
