File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ This is a jQuery plugin to make Fall Styles like Pinterest.
6
6
7
7
----
8
8
9
+ ### Installation
10
+
11
+ Just clone or download the zip of this repository
12
+ or via [ npm] ( https://www.npmjs.com/package/fallwall )
13
+
14
+ ~~~ shell
15
+ npm install --save fallwall
16
+ ~~~
17
+
9
18
### Setup
10
19
11
20
~~~ html
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " fallwall" ,
3
+ "version" : " 1.1.2" ,
4
+ "description" : " Fallwall.js is a jQuery plugin to make Fall Styles like Pinterest." ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " git+https://github.com/EddieWen-Taiwan/Fallwall.js.git"
8
+ },
9
+ "keywords" : [
10
+ " fall" ,
11
+ " fallwall" ,
12
+ " Pinterest"
13
+ ],
14
+ "dependencies" : {
15
+ "jquery" : " >=2.0.0"
16
+ },
17
+ "author" :
" Eddie Wen <[email protected] > (http://eddiewen.me)" ,
18
+ "homepage" : " https://github.com/EddieWen-Taiwan/Fallwall.js#readme"
19
+ }
You can’t perform that action at this time.
0 commit comments