Skip to content

Commit

Permalink
Adding $ dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwheeler committed Nov 30, 2015
1 parent 115de82 commit 96ab681
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions package.json
@@ -1,20 +1,23 @@
{
"name": "slick-carousel",
"version": "1.5.9",
"description": "the last carousel you'll ever need",
"main": "slick/slick.js",
"repository": {
"type": "git",
"url": "https://github.com/kenwheeler/slick.git"
},
"keywords": [
"carousel",
"slick",
"responsive"
],
"author": "Ken Wheeler",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenwheeler/slick/issues"
}
}
"name": "slick-carousel",
"version": "1.5.9",
"description": "the last carousel you'll ever need",
"main": "slick/slick.js",
"repository": {
"type": "git",
"url": "https://github.com/kenwheeler/slick.git"
},
"keywords": [
"carousel",
"slick",
"responsive"
],
"author": "Ken Wheeler",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenwheeler/slick/issues"
},
"dependencies": {
"jquery": ">=1.7.2"
}
}

0 comments on commit 96ab681

Please sign in to comment.