{
  "name": "recink-{{ name|lower }}",
  "version": "1.0.0",
  "description": "REciNK Component for {{ name|title }}",
  "keywords": [
    "REciNK",
    "Testing",
    "Unit",
    "Development",
    "Travis",
    "Tools"
  ],
  "homepage": "https://github.com/MitocGroup/recink",
  "bugs": {
    "url": "https://github.com/MitocGroup/recink/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Mitoc Group",
    "email": "hello@mitocgroup.com",
    "url": "https://www.mitocgroup.com"
  },
  "contributors": [
    {
      "name": "AlexanderC",
      "email": "alexanderc@mitocgroup.com"
    }
  ],
  "main": "src/{{ name|lower }}-component.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/MitocGroup/recink.git"
  },
  "dependencies": {
  },
  "peerDependencies": {
    "recink": "^1.x.x"
  },
  "engines": {
    "node": ">=6.0",
    "npm": ">=3.0"
  },
  "preferGlobal": true
}
