{
  "name": "@gloomytofu/protoman",
  "version": "0.1.0",
  "main": "./src/lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gloomyTofu/protoman.git"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "react",
    "native-modules",
    "react-component"
  ],
  "dependencies": {
    "react": "^16.6.3",
    "react-dom": "^16.6.3",
    "react-scripts": "2.1.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "author": "Carie Phon",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/gloomyTofu/protoman/issues"
  },
  "homepage": "https://github.com/gloomyTofu/protoman/#readme"
}
