UNPKG

react-pinboard

Version:
48 lines (47 loc) 1.19 kB
{ "name": "react-pinboard", "version": "0.0.9", "description": "Responsive Pinterest-style layouts for React.js", "main": "lib/ReactPinboard.js", "files": [ "lib", "src" ], "scripts": { "build": "babel ./src -d ./lib", "watch": "babel ./src -d ./lib --watch", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/apartmenttherapy/react-pinboard.git" }, "keywords": [ "react", "pinterest", "pinboard", "layout" ], "contributors": [ "Matt Wondra <matt@apartmenttherapy.com> (http://mattwondra.com)" ], "license": "MIT", "bugs": { "url": "https://github.com/apartmenttherapy/react-pinboard/issues" }, "homepage": "https://github.com/apartmenttherapy/react-pinboard#readme", "dependencies": { "lodash.debounce": "^4.0.8", "prop-types": "^15.5.10" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "eslint": "^3.19.0", "eslint-plugin-react": "^7.0.1", "react": "^15.5.4", "react-dom": "^15.5.4" } }