{
  "name": "your-awesome-component-mbaertschi",
  "version": "1.0.0",
  "description": "your-awesome-component",
  "main": "lib/index.js",
  "author": {
    "name": "Michael Bärtschi",
    "url": "https://github.com/mbaertschi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mbaertschi/your-awesome-component.git"
  },
  "bugs": {
    "url": "https://github.com/mbaertschi/your-awesome-component/issues"
  },
  "homepage": "https://github.com/mbaertschi/your-awesome-component",
  "dependencies": {},
  "devDependencies": {
    "electrode-archetype-react-component": "^1.0.0",
    "electrode-archetype-react-component-dev": "^1.0.0",
    "gulp": "^3.9.1"
  },
  "engines": {
    "node": "^4.2.6",
    "npm": "^3.5.3"
  },
  "scripts": {
    "prepublish": "gulp prepublish"
  },
  "keywords": [
    "react",
    "electrode",
    "electrode-component",
    "react-component"
  ]
}