forked from KyleAMathews/element-resize-event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 837 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
{
"name": "element-resize-event",
"description": "Polyfill to make it easy to listen for element resize events",
"version": "2.0.8",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/KyleAMathews/element-resize-event/issues"
},
"devDependencies": {
"browserify": "^8.1.3",
"eslint": "^2.10.2",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0"
},
"homepage": "https://github.com/KyleAMathews/element-resize-event",
"keywords": [
"event",
"resize",
"element-query",
"element queries"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/element-resize-event.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}