forked from soshsquatch/annotation-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 761 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 761 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
{
"name": "annotation-model",
"version": "0.2.1",
"description": "JavaScript implementation of the W3C Web Annotation Data Model, probably most useful for Web Extensions and serializing references to specific resources on a HTML page.",
"main": "annotation-model.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/predict-r/annotation-model.git"
},
"keywords": [
"Web",
"Annotation",
"annotation",
"selection",
"dom"
],
"author": "Sasha Goodman",
"license": "MIT",
"bugs": {
"url": "https://github.com/predict-r/annotation-model/issues"
},
"homepage": "https://github.com/predict-r/annotation-model#readme"
}