{
  "name": "cssfmt",
  "version": "2.1.5",
  "description": "CSSfmt is a tool that automatically formats stylesheets code, inspired by Gofmt.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "bin": {
    "cssfmt": "bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/morishitter/cssfmt/git"
  },
  "keywords": [
    "css",
    "format",
    "formatter",
    "code style",
    "beautifier",
    "postcss-plugin"
  ],
  "author": "Masaaki Morishita",
  "license": "MIT",
  "dependencies": {
    "css-color-list": "0.0.1",
    "editorconfig": "^0.13.2",
    "minimist": "^1.1.2",
    "postcss": "^5.0.6",
    "postcss-scss": "^0.1.0",
    "recursive-readdir": "^1.2.1",
    "repeat-string": "^1.5.2",
    "stdin": "0.0.1",
    "tmp": "0.0.26"
  },
  "devDependencies": {
    "tape": "^4.0.2"
  }
}
