{
  "name": "my-component",
  "main": "dist/my-component.min.js",
  "version": "0.0.44",
  "homepage": "https://github.com/JedWatson/react-input-autosize",
  "authors": [
    "Jed Watson"
  ],
  "description": "My React Component",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "react",
    "react-component"
  ],
  "license": "MIT",
  "ignore": [
    ".editorconfig",
    ".gitignore",
    "package.json",
    "src",
    "node_modules",
    "example",
    "test"
  ],
  "dependencies": {
    "jquery": "~2.1.4",
    "slick-carousel": "~1.5.8"
  }
}
