-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.22 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.22 KB
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
{
"name": "masonry-layout-split",
"version": "1.0.2",
"description": "Function for generating a masonry layout - useful as custom hook in react",
"main": "./useMasonryLayoutSplit.ts",
"bin": "./useMasonryLayoutSplit.ts",
"keywords": [
"masonry",
"masonry layout",
"masonry layout height",
"masonry typescript",
"masonry layout typescript",
"masonry layout height ts",
"masonry layout height typescript",
"masonry react",
"masonry react hook",
"masonry react hook typescript",
"masonry layout react hook ts",
"masonry layout react hook typescript",
"masonry react typescript",
"masonry typescript",
"dynamic height",
"column height dynamic",
"column height dynamic ts",
"column height dynamic typescript",
"typescript",
"ts"
],
"author": "Søren Hjorth Boelskifte",
"repository": {
"type": "git",
"url": "git+https://github.com/Hjorthdx/Masonry-layout-split"
},
"bugs": {
"url": "https://github.com/Hjorthdx/Masonry-layout-split/issues"
},
"homepage": "https://github.com/Hjorthdx/Masonry-layout-split#readme"
}