UNPKG

react-avatar-stack

Version:

ReactJS component that will stack the child that you pass to it and add `+n` placeholder to it.

56 lines (55 loc) 1.6 kB
{ "name": "react-avatar-stack", "version": "0.0.4", "description": "ReactJS component that will stack the child that you pass to it and add `+n` placeholder to it.", "main": "lib/react-avatar-stack.min.js", "scripts": { "build": "webpack --env.mode=build", "eslint": "eslint src/** --fix", "dev": "webpack --progress --colors --watch --mode=dev", "test": "mocha ./test/.setup.js ./test/**/*.spec.js" }, "devDependencies": { "babel": "6.23.0", "babel-cli": "^6.16.0", "babel-core": "6.23.1", "babel-eslint": "7.2.3", "babel-loader": "6.3.2", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2015": "6.22.0", "babel-preset-react": "^6.16.0", "babel-register": "^6.16.3", "chai": "3.5.0", "enzyme": "^2.8.2", "eslint": "4.4.1", "eslint-loader": "1.6.3", "eslint-plugin-react": "^7.2.0", "jsdom": "^9.6.0", "material-ui": "^0.17.0", "mocha": "3.2.0", "prop-types": "^15.5.10", "react": "^15.5.4", "react-dom": "^15.5.4", "react-test-renderer": "^15.5.4", "sinon": "^1.17.6", "styled-components": "^2.1.2", "webpack": "2.2.1", "yargs": "6.6.0" }, "repository": { "type": "git", "url": "https://github.com/ydeshayes/react-avatar-stack.git" }, "keywords": [ "React", "ReactJS", "avatar", "stack" ], "author": "Yann Deshayes", "bugs": { "url": "https://github.com/ydeshayes/react-avatar-stack/issues" }, "homepage": "https://github.com/ydeshayes/react-avatar-stack" }