-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
29 lines (29 loc) · 815 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
{
"name": "react-component-width-mixin",
"description": "React mixin which detects when component resizes and sets the new width as a state variable",
"version": "2.0.0",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/KyleAMathews/react-component-width-mixin/issues"
},
"dependencies": {
"element-resize-event": "^2.0.0"
},
"peerDependencies": {
"react-dom": ">=0.14.0"
},
"homepage": "https://github.com/KyleAMathews/react-component-width-mixin",
"keywords": [
"react",
"react-mixin"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/react-component-width-mixin.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}