forked from marcopeg/MediaTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compatibility with component and composer
- Loading branch information
Pierre Villette
committed
Mar 10, 2015
1 parent
84da616
commit aa3c070
Showing
7 changed files
with
75 additions
and
15 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 |
---|---|---|
@@ -1,14 +1,24 @@ | ||
## Synopsis | ||
|
||
Live Demo Here: | ||
http://marcopeg.github.io/MediaTable | ||
What does it do? | ||
Why did we fork this? | ||
|
||
## Usage | ||
|
||
How to use it? | ||
|
||
## Installation | ||
|
||
--- IMPORTANT --- | ||
How to install it in a project? | ||
|
||
**THIS IS AN OLD REPOSITORY** | ||
I intentionally leave this repository available to remember me how I was coding back in 2011! | ||
Please don't clone or use this repo because is certainly out of date! | ||
## Demo | ||
|
||
--- IMPORTANT --- | ||
You can see a live demo [here](http://marcopeg.github.io/MediaTable). | ||
|
||
## Contributors | ||
|
||
Who are we? | ||
|
||
## Licence | ||
|
||
Can I use it? |
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,23 @@ | ||
{ | ||
"name": "mediatable", | ||
"repository": "FloeDesignTechnologies/MediaTable", | ||
"description": "Responsive table jQuery plugin.", | ||
"keywords": [ | ||
"jQuery", | ||
"responsive", | ||
"client", | ||
"browser" | ||
], | ||
"author": "Pierre Villette <villette@floe.ca>", | ||
"version": "0.0.1", | ||
"main": "mediatable.js", | ||
"scripts": [ | ||
"mediatable.js" | ||
], | ||
"styles": [ | ||
"mediatable.css" | ||
], | ||
"files": [ | ||
"index.html" | ||
] | ||
} |
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,33 @@ | ||
{ | ||
"name": "components/mediatable", | ||
"description": "Responsive table jQuery plugin.", | ||
"keywords": [ | ||
"jQuery", | ||
"responsive", | ||
"client", | ||
"browser" | ||
], | ||
"type": "component", | ||
"authors": [ | ||
{ | ||
"name": "Pierre Villette", | ||
"email": "villette@floe.ca" | ||
} | ||
], | ||
"require": { | ||
"robloach/component-installer": "*" | ||
}, | ||
"extra": { | ||
"component": { | ||
"scripts": [ | ||
"mediatable.js" | ||
], | ||
"styles": [ | ||
"mediatable.css" | ||
], | ||
"files": [ | ||
"index.html" | ||
] | ||
} | ||
} | ||
} |
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
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.