Skip to content

Commit

Permalink
Adding packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Duarte committed Aug 16, 2015
1 parent 6c42d8b commit ced1c8b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
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"
}

0 comments on commit ced1c8b

Please sign in to comment.