{
  "_args": [
    [
      "react-stack-grid@0.7.1",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "react-stack-grid@0.7.1",
  "_id": "react-stack-grid@0.7.1",
  "_inBundle": false,
  "_integrity": "sha512-Fw7qMt5Rd9wQpNCnvK4Gi+ry/nL5rKfzP2hGsw5/DZxArEMk60VoDLy68Uskq09l6wk7qb2w7P2+lNzSd9mYEw==",
  "_location": "/react-stack-grid",
  "_phantomChildren": {
    "@babel/runtime": "7.20.13",
    "chain-function": "1.0.1",
    "loose-envify": "1.4.0",
    "prop-types": "15.8.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-stack-grid@0.7.1",
    "name": "react-stack-grid",
    "escapedName": "react-stack-grid",
    "rawSpec": "0.7.1",
    "saveSpec": null,
    "fetchSpec": "0.7.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-stack-grid/-/react-stack-grid-0.7.1.tgz",
  "_spec": "0.7.1",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "author": {
    "name": "tsuyoshiwada"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "bugs": {
    "url": "https://github.com/tsuyoshiwada/react-stack-grid/issues"
  },
  "dependencies": {
    "easy-css-transform-builder": "^0.0.2",
    "exenv": "^1.2.1",
    "imagesloaded": "^4.1.1",
    "inline-style-prefixer": "^3.0.6",
    "invariant": "^2.2.2",
    "prop-types": "^15.5.10",
    "react-sizeme": "^2.2.0",
    "react-transition-group": "^1.2.0",
    "shallowequal": "^1.0.1"
  },
  "description": "Pinterest like layout components for React.js",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^8.0.3",
    "babel-jest": "^21.2.0",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-power-assert": "^1.0.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-1": "^6.16.0",
    "babel-register": "^6.18.0",
    "enzyme": "^2.9.1",
    "eslint": "^4.2.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-flowtype": "^2.34.0",
    "eslint-plugin-flowtype-errors": "^3.3.0",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-jest": "^21.4.2",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.0.1",
    "flow-bin": "^0.50.0",
    "gh-pages": "^1.0.0",
    "jest": "^21.2.1",
    "rc-slider": "^8.2.0",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.6.0",
    "react-dom": "^15.5.4",
    "react-hot-loader": "^3.1.3",
    "react-router": "^3.0.0",
    "react-test-renderer": "^15.6.1",
    "rimraf": "^2.6.1",
    "sinon": "^2.3.2",
    "webpack": "^3.3.0",
    "webpack-dev-server": "^2.5.1"
  },
  "files": [
    "lib",
    "test"
  ],
  "homepage": "https://github.com/tsuyoshiwada/react-stack-grid#readme",
  "jest": {
    "testMatch": [
      "**/?(*.)spec.js"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "<rootDir>/lib/"
    ],
    "setupFiles": [
      "./jest/setup.js"
    ]
  },
  "keywords": [
    "react",
    "react-component",
    "layout",
    "grid",
    "pinterest",
    "masonry"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-stack-grid",
  "peerDependencies": {
    "react": ">=15.3.0",
    "react-dom": ">=15.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tsuyoshiwada/react-stack-grid.git"
  },
  "scripts": {
    "build": "babel src/ -d lib/ --ignore \"**/__tests__/*\"",
    "clean": "rimraf lib",
    "docs": "webpack-dev-server --config docs/webpack.config.js",
    "docs:build": "webpack -p --config docs/webpack.config.production.js",
    "docs:deploy": "npm run docs:build && gh-pages -d docs",
    "prebuild": "npm run clean",
    "prepublish": "npm run build",
    "start": "npm run docs",
    "test": "npm run test:lint && npm run test:typecheck && npm run test:unit",
    "test:lint": "eslint \"src/**/*.js\" \"docs/js/**/*.js\"",
    "test:typecheck": "flow",
    "test:unit": "jest",
    "test:watch": "npm run test:unit -- --watch"
  },
  "version": "0.7.1"
}
