-
Notifications
You must be signed in to change notification settings - Fork 79
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
Pedro Duarte
committed
Aug 16, 2015
1 parent
6c42d8b
commit ced1c8b
Showing
1 changed file
with
27 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "wallop-slider", | ||
"version": "2.0.0", | ||
"description": "Minimal slider with animations controlled via CSS", | ||
"main": "js/WallopSlider.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/WallopSlider/WallopSlider.js.git" | ||
}, | ||
"keywords": [ | ||
"slider", | ||
"css", | ||
"js", | ||
"minimal", | ||
"responsive", | ||
"wallop" | ||
], | ||
"author": "Pedro Duarte <[email protected]> (http://pedroduarte.me)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/WallopSlider/WallopSlider.js/issues" | ||
}, | ||
"homepage": "https://github.com/WallopSlider/WallopSlider.js#readme" | ||
} |