Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Add social sharing capability (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton committed Feb 2, 2017
1 parent dfcd520 commit 25aa003
Show file tree
Hide file tree
Showing 25 changed files with 1,258 additions and 15 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"markerwithlabel-v3": "^1.1.10",
"font-awesome": "fontawesome#^4.7.0",
"bootstrap-sortable": "^2.0.1",
"moment": "momentjs#^2.17.1"
"moment": "momentjs#^2.17.1",
"jssocials": "^1.4.0"
},
"resolutions": {
"bootstrap": "4.0.0-alpha.6"
Expand Down
40 changes: 40 additions & 0 deletions bower_components/jssocials/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "jssocials",
"version": "1.4.0",
"main": [
"dist/jssocials.js",
"dist/jssocials.css",
"dist/jssocials-theme-flat.css"
],
"ignore": [
"demo",
"test",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"bower.json",
"contributing.md",
"Gruntfile.js",
"LICENSE",
"package.json",
"README.md"
],
"dependencies": {
"jquery": ">=1.10.2"
},
"devDependencies": {
"qunit": ">=1.12.0"
},
"homepage": "https://github.com/tabalinas/jssocials",
"_release": "1.4.0",
"_resolution": {
"type": "version",
"tag": "v1.4.0",
"commit": "0ea13a483f9a9781b7339a875f5feacf7ae18b74"
},
"_source": "https://github.com/tabalinas/jssocials.git",
"_target": "^1.4.0",
"_originalSource": "jssocials",
"_direct": true
}
29 changes: 29 additions & 0 deletions bower_components/jssocials/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jssocials",
"version": "1.4.0",
"main": [
"dist/jssocials.js",
"dist/jssocials.css",
"dist/jssocials-theme-flat.css"
],
"ignore": [
"demo",
"test",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"bower.json",
"contributing.md",
"Gruntfile.js",
"LICENSE",
"package.json",
"README.md"
],
"dependencies": {
"jquery": ">=1.10.2"
},
"devDependencies": {
"qunit": ">=1.12.0"
}
}
Loading

0 comments on commit 25aa003

Please sign in to comment.