{
  "name": "@cawemo/project-tile",
  "version": "0.2.0",
  "description": "> TODO: description",
  "author": "Linus Gubenis <linus.gubenis@camunda.com>",
  "homepage": "https://github.com/componentDidMount/alaska/tree/master/packages/project-tile#readme",
  "license": "ISC",
  "main": "lib/project-tile.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://componentDidMount@github.com/componentDidMount/alaska.git"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "bugs": {
    "url": "https://github.com/componentDidMount/alaska/issues"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "gitHead": "45ed868992fad5d1450fc545249227e63020096b",
  "dependencies": {
    "@material-ui/core": "^3.2.1",
    "mobx": "^4.5.0",
    "mobx-react": "^4.4.3",
    "react": "^16.5.2",
    "styled-components": "^3.4.10"
  }
}
