Skip to content

Commit a5a228f

Browse files
committed
Added package.json for NPM
1 parent 3d95636 commit a5a228f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}

0 commit comments

Comments
 (0)