{
  "name": "generator-riot-mobile",
  "version": "1.0.5",
  "description": "Yeoman generator for Riot with GulpJS",
  "files": [
    "generators"
  ],
  "keywords": [
    "yeoman-generator",
    "riotjs",
    "riot",
    "custom components"
  ],
  "main": "app/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "scott chen",
  "license": "MIT",
  "licenses": [
      {
        "type": "MIT",
        "url": "https://github.com/NZAOM/generator-riot-mobile/blob/master/LICENSE"
      }
    ],
  "repository": {
    "type": "git",
    "url": "https://github.com/NZAOM/generator-riot-mobile.git"
  },
  "dependencies": {
    "yeoman-generator": "^0.17.7",
    "yosay": "^1.0.5"
  }
}
