forked from xsanisty/calx.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
calx.jquery.json
30 lines (30 loc) · 952 Bytes
/
calx.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "calx",
"title": "jQuery Calx",
"description": "jQuery plugin for creating calculation form or calculation table with user provided formula",
"keywords": ["form", "calculator", "excel", "formula"],
"version": "2.2.7",
"author": {
"name": "Xsanisty Development Team",
"url": "http://www.xsanisty.com/"
},
"maintainers": [
{
"name": "Ikhsan Agustian",
"email": "[email protected]",
"url": "http://www.xsanisty.com"
}
],
"licenses": [{
"type": "MIT",
"url": "https://github.com/xsanisty/calx/blob/master/MIT-license.txt"
}
],
"bugs": "https://github.com/xsanisty/calx/issues",
"homepage": "http://www.xsanisty.com/calx",
"docs": "http://www.xsanisty.com/calx",
"download": "https://github.com/xsanisty/calx/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}