Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Marino committed Dec 8, 2015
1 parent 9c676b0 commit ec03200
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
.idea
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# angular-revolution
directive for the Slider Revoluiton created by ThemePunch (http://www.themepunch.com/portfolio/slider-revolution-jquery-plugin/)
A directive for the Slider Revolution created by [ThemePunch](http://www.themepunch.com/portfolio/slider-revolution-jquery-plugin/)

This directive requires the jQuery plugin Slider Revolution, which is a paid plugin and requires license. The plugin is not included in this directive because of this.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "angular-revolution",
"description": "Directive for Slider Revolution plugin from ThemePunch",
"main": "dist/angular-revolution.js",
"authors": [
"JCMar"
],
"license": "MIT",
"keywords": [
"angular",
"slider",
"revolution",
"jquery"
],
"homepage": "https://github.com/Karnith/angular-revolution",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit ec03200

Please sign in to comment.