{
  "name": "slint",
  "version": "0.1.0",
  "description": "Linting gone overboard",
  "scripts": {
    "test": "mocha",
    "lint": "bin/slint slint.json",
    "precommit": "bin/slint slint.json --git",
    "postinstall": "if [ -d '.git' ]; then ln -sf ../../git-hooks/pre-commit .git/hooks/; fi",
    "prepublish": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "github.com/msiebuhr/slint.git"
  },
  "keywords": [
    "lint"
  ],
  "author": "Morten Siebuhr",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/msiebuhr/slint/issues"
  },
  "dependencies": {
    "async": "~0.2.9",
    "cachedfs": "=0.3.1",
    "fsplusgit": "=0.1.7",
    "glob-papandreou": "=3.2.6-patch2",
    "jshint": "~2.4.3",
    "less": "=1.5.1",
    "minimatch": "~0.2.12",
    "optimist": "~0.6.0",
    "semver": "~2.1.0",
    "underscore": "~1.5.1",
    "strip-json-comments": "~0.1.1"
  },
  "devDependencies": {
    "mocha": "~1.14.0",
    "unexpected": "1.0.11"
  },
  "directories": {
    "bin": "bin"
  }
}
