-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 782 Bytes
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
{
"name": "@bakunya/react-masonry",
"version": "0.0.5",
"description": "An easy to use and simple masonry layout for React Js based on flexbox column.",
"author": "bakunya",
"license": "MIT",
"homepage": "https://github.com/bakunya/react-masonry#readme",
"bugs": {
"url": "https://github.com/bakunya/react-masonry/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bakunya/react-masonry.git"
},
"keywords": [
"react",
"react-masonry",
"react masonry",
"react-component",
"react component",
"flexbox",
"react-masonry-component",
"react masonry component"
],
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}