-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathjnottery.jquery.json
More file actions
33 lines (33 loc) · 947 Bytes
/
jnottery.jquery.json
File metadata and controls
33 lines (33 loc) · 947 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
{
"name": "jnottery",
"title": "jNottery",
"description": "jNottery is a jQuery plugin that lets you add notes and markers to webpages. All the data is encoded as a part of an URL which makes it easy to share or save.",
"keywords": [
"note",
"notice",
"marker",
"comment",
"share",
"bookmark",
"jquery",
"rangy"
],
"version": "0.1.0-pa",
"author": {
"name": "Tomasz Zduńczyk",
"email": "tomasz@zdunczyk.org"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/zdunczyk/jnottery/master/LICENSE"
}
],
"bugs": "https://github.com/zdunczyk/jnottery/issues",
"homepage": "http://jnottery.com/",
"download": "http://jnottery.com/code/jnottery-full-v0.1.0-pa.zip",
"demo": "http://jnottery.com/",
"dependencies": {
"jquery": ">=1.9"
}
}