-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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": "[email protected]"
},
"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"
}
}