Skip to content

Commit c81f00a

Browse files
committed
Add package.json and .npmignore
1 parent 8f4d6d5 commit c81f00a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/jquery.debounce/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/jquery.debounce.specs.html
2+
/jquery.debounce.specs.js

src/jquery.debounce/package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "jquery-debounce-throttle",
3+
"version": "1.0.6",
4+
"description": "jQuery debounce and throttle functions",
5+
"main": "jquery.debounce.js",
6+
"scripts": {},
7+
"homepage": "https://github.com/dfilatov/jquery-plugins#readme",
8+
"readme": "https://github.com/dfilatov/jquery-plugins/blob/master/readme.md",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/dfilatov/jquery-plugins.git"
12+
},
13+
"keywords": [
14+
"debounce",
15+
"jquery",
16+
"throttle",
17+
"jquery-debounce",
18+
"jquery-throttle"
19+
],
20+
"dependencies": {
21+
"jquery": ">=1.7"
22+
},
23+
"author": {
24+
"name": "Filatov Dmitry",
25+
"email": "[email protected]"
26+
},
27+
"license": "MIT"
28+
}

0 commit comments

Comments
 (0)