react-lorem-component
Version:
A component for React that renders paragraph or list item tags full of lorem ipsum placeholder text
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "react-lorem-component",
"version": "0.13.0",
"description": "A component for React that renders paragraph or list item tags full of lorem ipsum placeholder text",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/react-lorem-component.git"
},
"keywords": [
"react",
"react-component",
"lorem",
"ipsum",
"random"
],
"author": {
"name": "Martin Andert",
"email": "mandert@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/martinandert/react-lorem-component/issues"
},
"homepage": "https://github.com/martinandert/react-lorem-component",
"dependencies": {
"create-react-class": "^15.5.3",
"lorem-ipsum": "^1.0.3",
"object-assign": "^4.1.0",
"seedable-random": "0.0.1"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"connect-browserify": "^4.0.0",
"express": "^4.10.5",
"jshint": "^2.5.10",
"mocha": "^3.0.0",
"node-dev": "^3.1.3",
"node-jsx": "^0.13.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"reactify": "^1.1.0"
}
}