forked from leosartaj/jquery.ss.calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththecalculator.jquery.json
35 lines (35 loc) · 981 Bytes
/
thecalculator.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
31
32
33
34
35
{
"name": "thecalculator",
"title": "The Calculator",
"description": "Add a calculator to your webpage!",
"version": "0.0.2",
"homepage": "https://github.com/leosartaj/jquery.ss.calculator",
"author": {
"name": "Sartaj Singh",
"email": "[email protected]",
"url": "https://github.com/leosartaj"
},
"repository": {
"type": "git",
"url": "none"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/leosartaj/jquery.ss.calculator/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": "*",
"jquery-ui-core": "*",
"jquery-ui-widget": "*",
"jquery-ui-button": "*"
},
"keywords": [
"ui",
"calculator",
"customise"
],
"docs": "https://github.com/leosartaj/jquery.ss.calculator/blob/master/README.md",
"demo": "https://github.com/leosartaj/jquery.ss.calculator/tree/master/example"
}