{
  "name": "csproj-integrity",
  "version": "2.0.2",
  "description": "Check csproj file (Visual Studio) integrity",
  "keywords": [
    "csproj",
    "integrity",
    "visualstudio",
    "check"
  ],
  "main": "index.js",
  "scripts": {
    "test": "node test/tests.js | tap-spec"
  },
  "repository": "mantovanig/csproj-integrity",
  "bugs": {
    "url": "https://github.com/mantovanig/grunt-csproj-integrity/issues"
  },
  "author": "mantovanig",
  "contributors": [
    {
      "name": "G100g",
      "email": "giorgio@g100g.net",
      "url": "http://g100g.net"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "commander": "^2.9.0",
    "globby": "6.0.0",
    "lodash": "^4.14.0",
    "path": "0.12.7",
    "xml2js": "0.4.17"
  },
  "devDependencies": {
    "tap-spec": "^4.1.1",
    "tape": "^4.6.2"
  }
}
