Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

Commit 9edcb6e

Browse files
committed
Prepare to publish on npm
1 parent 6b07d3b commit 9edcb6e

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
node_modules
12
TODO.txt

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "jquery.formstyler",
3+
"version": "1.7.4",
4+
"description": "jQuery-плагин для стилизации элементов HTML-форм",
5+
"main": "jquery.formstyler.js",
6+
"author": "Dimox (http://dimox.name/)",
7+
"contributors": [
8+
"Sergey Slipchenko <faergeek@gmail.com>"
9+
],
10+
"keywords": [
11+
"jquery",
12+
"form",
13+
"styler",
14+
"dimox"
15+
],
16+
"license": "MIT",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/Dimox/jQueryFormStyler.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/Dimox/jQueryFormStyler/issues"
23+
},
24+
"homepage": "http://dimox.name/jquery-form-styler/",
25+
"dependencies": {
26+
"jquery": "^2.1.4"
27+
}
28+
}

0 commit comments

Comments
 (0)