-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 977 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@awkward/react-simple-masonry",
"version": "0.6.1",
"description": "react-simple-masonry React component",
"main": "lib/index.js",
"jsnext:main": "es6/index.js",
"files": [
"css",
"es6",
"lib",
"umd"
],
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"start": "nwb serve",
"test": "nwb test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awkward/react-simple-masonry.git"
},
"dependencies": {
"simple-masonry-layout": "^1.4.0"
},
"peerDependencies": {
"react": "0.14.x"
},
"devDependencies": {
"nwb": "0.7.x",
"react": "0.14.x",
"react-dom": "0.14.x"
},
"author": {
"name": "John van de Water",
"email": "john@madeawkward.com",
"url": "http://github.com/jchn"
},
"homepage": "https://github.com/awkward/react-simple-masonry#readme",
"license": "MIT",
"keywords": [
"react-component",
"masonry",
"layout"
]
}