-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbiticker.jquery.json
More file actions
36 lines (36 loc) · 876 Bytes
/
biticker.jquery.json
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
36
{
"name": "biticker",
"title": "Biticker",
"description": "Bitcoin exchange rates widget.",
"keywords": [
"bitcoin",
"plugin",
"widget",
"currency"
],
"version": "1.0.1",
"author": {
"name": "ronency",
"url": "https://github.com/ronency"
},
"maintainers": [
{
"name": "ronency",
"email": "ronencypis@gmail.com",
"url": "https://github.com/ronency"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/ronency/biticker/issues",
"homepage": "http://biticker.com",
"docs": "https://github.com/ronency/biticker",
"download": "http://biticker.com",
"dependencies": {
"jquery": ">=2.0"
}
}