{
  "name": "scssinspect",
  "version": "0.6.6",
  "description": "Detect duplication in your scss stylesheets",
  "keywords": [
    "scssinspect",
    "scss",
    "detect",
    "code",
    "duplicate",
    "copy",
    "paste"
  ],
  "author": "J-Sek",
  "license": "MIT",
  "homepage": "https://github.com/jsek/scssinspect",
  "repository": {
    "type": "git",
    "url": "https://github.com/jsek/scssinspect.git"
  },
  "dependencies": {
    "chalk": "*",
    "commander": "*",
    "diff": "1.3.2",
    "file": "^0.2.2",
    "js-beautify": "^1.5.5",
    "lodash": "^3.8.0",
    "strip-indent": "^1.0.0",
    "strip-json-comments": "1.0.2"
  },
  "devDependencies": {
    "expect.js": "*",
    "mocha": "*"
  },
  "bin": {
    "scssinspect": "./bin/scssinspect"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --recursive spec"
  }
}
