Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SBats committed Dec 8, 2017
1 parent d707bc9 commit 02fc029
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/log/*.*
/tmp
.DS_Store
logfile
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "angular-sticky",
"version": "1.0.2",
"description": "AngularJS directive to cause elements to stick to the top of the page when scrolling past",
"main": "sticky.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chronogolf/angular-sticky.git"
},
"keywords": [
"angular",
"sticky"
],
"author": "Jamedjo",
"license": "MIT",
"bugs": {
"url": "https://github.com/chronogolf/angular-sticky/issues"
},
"homepage": "https://github.com/chronogolf/angular-sticky#readme"
}

0 comments on commit 02fc029

Please sign in to comment.