Skip to content

Commit

Permalink
Merge pull request sdecima#11 from sverrejoh/master
Browse files Browse the repository at this point in the history
Added package.json for NPM
  • Loading branch information
sdecima committed Dec 5, 2014
2 parents 3d95636 + a5a228f commit 1b79a1a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "javascript-detect-element-resize",
"version": "0.5.3",
"description": "A Cross-Browser, Event-based, Element Resize Detection",
"main": "detect-element-resize.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sdecima/javascript-detect-element-resize"
},
"keywords": [
"resize",
"events"
],
"author": "Sebastián Décima (https://github.com/sdecima/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdecima/javascript-detect-element-resize/issues"
},
"homepage": "https://github.com/sdecima/javascript-detect-element-resize",
"devDependencies": {
"browserify": "^6.3.3"
}
}

0 comments on commit 1b79a1a

Please sign in to comment.