{
  "name": "react-nested-loader",
  "version": "2.2.1",
  "description": "Easiest way to inject a loader/spinner into a deeply nested component (like a button)",
  "main": "ReactNestedLoader.js",
  "types": "ReactNestedLoader.d.ts",
  "scripts": {
    "build": "babel index.js --out-file ReactNestedLoader.js --plugins=transform-class-properties,transform-object-rest-spread --presets=es2015,react",
    "release": "npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slorber/react-nested-loader.git"
  },
  "keywords": [
    "react",
    "loader",
    "spinner",
    "nested",
    "deep",
    "deeply"
  ],
  "author": "Sébastien Lorber",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/slorber/react-nested-loader/issues"
  },
  "homepage": "https://github.com/slorber/react-nested-loader#readme",
  "peerDependencies": {
    "react": ">=16.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.5.2",
    "babel-plugin-transform-class-properties": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1"
  }
}
