Skip to content

Commit 9dfda6c

Browse files
committed
Added package.json, addresses Issue #10
1 parent 208598b commit 9dfda6c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)