forked from eiriklv/react-masonry-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1011 Bytes
/
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
{
"name": "react-masonry-component-4meteorhacks-npm",
"version": "0.0.13",
"main": "./lib/index",
"description": "A masonry component for React.js by Eirik + dependency pointing to npm instead of github",
"dependencies": {
"masonry": "https://github.com/puruzio/masonry/archive/dd74b7c6fe58e9f5de56d2ab442ac4b2d0fa5dd1.tar.gz",
"imagesloaded": "https://github.com/eiriklv/imagesloaded/archive/04535a148206e58790927e133f24ca199163b995.tar.gz"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/puruzio/react-masonry-component.git"
},
"keywords": [
"react",
"mixin",
"masonry",
"packery",
"isotope",
"react-component"
],
"author": "Jason O <[email protected]>",
"bugs": {
"url": "https://github.com/puruzio/react-masonry-component/issues"
},
"homepage": "https://github.com/puruzio/react-masonry-component",
"license": "MIT"
}