We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208598b commit 9dfda6cCopy full SHA for 9dfda6c
1 file changed
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "jquery.initialize",
3
+ "version": "1.1.0",
4
+ "description": "jQuery plugin for dynamically created elements initialization",
5
+ "main": "jquery.initialize.js",
6
+ "scripts": {
7
+ "test": ""
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/timpler/jquery.initialize.git"
12
13
+ "author": "timpler",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/timpler/jquery.initialize/issues"
17
18
+ "homepage": "https://github.com/timpler/jquery.initialize#readme"
19
+}
0 commit comments