Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #171 from SimenB/package-json
Browse files Browse the repository at this point in the history
Add package.json
  • Loading branch information
garand committed Jul 25, 2015
2 parents 75ac422 + f5e3744 commit 7136048
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.psd
*~
node_modules/
npm-debug.log
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "jquery-sticky",
"version": "1.0.3",
"description": "Sticky is a jQuery plugin that gives you the ability to make any element on your page always stay visible.",
"main": "jquery.sticky.js",
"files": [
"jquery.sticky.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "garand/sticky",
"keywords": [
"dom",
"jquery-plugin",
"ui"
],
"author": "Anthony Garand",
"license": "(MIT OR GPL-3.0)",
"bugs": {
"url": "https://github.com/garand/sticky/issues"
},
"homepage": "https://github.com/garand/sticky#readme",
"dependencies": {
"jquery": "*"
}
}

0 comments on commit 7136048

Please sign in to comment.