-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 924 Bytes
/
package.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
{
"name": "rwt-reading-summary",
"version": "1.0.15",
"description": "Display reader's experience points and reading history, a standards-based DOM Component",
"author": "Read Write Tools",
"license": "MIT",
"module": "rwt-reading-summary.js",
"repository": {
"type": "git",
"url": "https://github.com/readwritetools/rwt-reading-summary.git"
},
"scripts": {
"bump-version": "npm version patch && git push && git push --tags"
},
"keywords": [
"web-component",
"custom-element",
"html-template",
"shadow-dom",
"readwritetools"
],
"bugs": {
"url": "https://github.com/readwritetools/rwt-reading-summary/issues"
},
"homepage": "https://hub.readwritetools.com/components/reading-summary.blue",
"files": [
"rwt-reading-summary.blue",
"rwt-reading-summary.css",
"rwt-reading-summary.js",
"readers-data.class.js",
"readers-item.class.js"
]
}