File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " javascript-detect-element-resize" ,
3
+ "version" : " 0.5.3" ,
4
+ "description" : " A Cross-Browser, Event-based, Element Resize Detection" ,
5
+ "main" : " detect-element-resize.js" ,
6
+ "directories" : {
7
+ "test" : " tests"
8
+ },
9
+ "scripts" : {
10
+ "test" : " echo \" Error: no test specified\" && exit 1"
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " https://github.com/sdecima/javascript-detect-element-resize"
15
+ },
16
+ "keywords" : [
17
+ " resize" ,
18
+ " events"
19
+ ],
20
+ "author" : " Sebastián Décima (https://github.com/sdecima/)" ,
21
+ "license" : " MIT" ,
22
+ "bugs" : {
23
+ "url" : " https://github.com/sdecima/javascript-detect-element-resize/issues"
24
+ },
25
+ "homepage" : " https://github.com/sdecima/javascript-detect-element-resize" ,
26
+ "devDependencies" : {
27
+ "browserify" : " ^6.3.3"
28
+ }
29
+ }
You can’t perform that action at this time.
0 commit comments