{
  "name": "generator-gitattributes",
  "description": "A Yeoman generator that creates a .gitattributes file to replace line endings to LF",
  "version": "1.0.2",
  "author": "Knorcedger",
  "bugs": {
    "url": "https://github.com/Knorcedger/generator-gitattributes/issues"
  },
  "dependencies": {
    "yeoman-generator": "^0.22.3"
  },
  "devDependencies": {
    "eslint": "^1.10.3",
    "eslint-config-google": "^0.3.0"
  },
  "homepage": "https://github.com/Knorcedger/generator-gitattributes#readme",
  "keywords": [
    "git",
    "gitattributes",
    "yeoman",
    "yeoman-generator"
  ],
  "license": "MIT",
  "main": "app/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Knorcedger/generator-gitattributes.git"
  },
  "scripts": {
    "test": "eslint app/"
  }
}
