{
  "name": "generator-asm",
  "version": "1.0.0",
  "description": "Yeoman generator for asm projects",
  "files": [
    "generators"
  ],
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KrystianKolad/Generator-asm.git"
  },
  "keywords": [
    "asmx86",
    "yeoman-generator"
  ],
  "author": "Krystian Kolad",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/KrystianKolad/Generator-asm/issues"
  },
  "homepage": "https://github.com/KrystianKolad/Generator-asm#readme",
  "dependencies": {
    "yeoman-generator": "^2.0.2",
    "yosay": "^2.0.1",
    "chalk": "^2.1.0"
  }
}
