forked from hudsonperalta/Unslider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,686 additions
and
930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
*.esproj | ||
.DS_Store | ||
.DS_Store | ||
.codekit-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
{ | ||
"name": "unslider", | ||
"main": "src/unslider.min.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"jquery": "latest" | ||
}, | ||
"ignore" : [ | ||
"site/", | ||
"readme.md", | ||
".gitignore" | ||
"version": "2.0.0", | ||
"homepage": "http://unslider.com", | ||
"authors": [ | ||
"Visual Idiot <[email protected]>" | ||
], | ||
"description": "The simplest little slider.", | ||
"main": "src/js/unslider.js", | ||
"keywords": [ | ||
"slider", | ||
"jquery", | ||
"unslider", | ||
"carousel" | ||
], | ||
"license": "WTFPL", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
Oops, something went wrong.