Skip to content

Commit 8e5a047

Browse files
committed
add jquery plugin manifest
1 parent 1e4fe96 commit 8e5a047

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

payform.jquery.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "payform",
3+
"version": "1.0.2",
4+
"title": "payform",
5+
"description": "A general purpose library for building credit card forms, validating inputs, and formatting numbers.",
6+
"keywords": [
7+
"payment",
8+
"form",
9+
"cc",
10+
"card",
11+
"credit card",
12+
"formatting",
13+
"validation"
14+
],
15+
"author": {
16+
"name": "Jonathan D. Johnson",
17+
"url": "http://jondavidjohn.com",
18+
"email": "me@jondavidjohn.com"
19+
},
20+
"licenses": [{
21+
"type": "MIT",
22+
"url": "https://github.com/jondavidjohn/payform/blob/master/LICENSE"
23+
}],
24+
"homepage": "http://jondavidjohn.github.io/payform/",
25+
"docs": "https://github.com/jondavidjohn/payform",
26+
"bugs": "https://github.com/jondavidjohn/payform/issues",
27+
"demo": "http://jondavidjohn.github.io/payform/",
28+
"dependencies": {
29+
"jquery": ">=1.5"
30+
}
31+
}

0 commit comments

Comments
 (0)