Skip to content

Commit d80e2cd

Browse files
author
Mesut Talebi
committed
Added Npm Packacge file,
1 parent 4bfc8c1 commit d80e2cd

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
/.vs/Mt.BootstrapLazyload.js/v14/.suo
77
/Mt.BootstrapLazyload.js.sln
88
/.vs
9+
/node_modules
10+
/bower_components

package-lock.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "mt.bootstraplazyloader",
3+
"version": "1.4.0",
4+
"description": "Lazy Loader for Bootstrap Tabs,Pills and Modals,This package adds lazyloading option to bootstrap tabs,pills, and Modals so content will load when the user clicks it.",
5+
"main": "Scripts/MT.BootstrapLazyloader.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/mesuttalebi/MT.BootstrapLazyloader.js.git"
12+
},
13+
"keywords": [
14+
"Bootstrap",
15+
"Lazyloading",
16+
"lazyload",
17+
"collapse",
18+
"lazyloadmodal",
19+
"lazyloadtab",
20+
"bootstraplazyload"
21+
],
22+
"author": "Mesut Talebi",
23+
"license": "Apache-2.0",
24+
"bugs": {
25+
"url": "https://github.com/mesuttalebi/MT.BootstrapLazyloader.js/issues"
26+
},
27+
"homepage": "https://github.com/mesuttalebi/MT.BootstrapLazyloader.js#readme",
28+
"dependencies": {
29+
"jquery": ">=2.1.0",
30+
"bootstrap": ">=3.1.1",
31+
"font-awesome": ">=4.0.3"
32+
}
33+
}

0 commit comments

Comments
 (0)