Skip to content

Commit 5fee698

Browse files
committed
Improve package.json meta content
1 parent 2fa91ae commit 5fee698

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "scrawl",
33
"version": "0.4.0",
4+
"description": "IRC log processing tool for scribes to assist in creating minutes for W3C group.",
5+
"keywords": ["IRC", "W3C", "minutes"],
6+
"repository": {
7+
"type": "git",
8+
"url": "git@github.com:json-ld/scrawl.js.git"
9+
},
10+
"bugs": "https://github.com/json-ld/scrawl.js/issues",
11+
"license": "BSD-3-clause",
412
"scripts": {
513
"start": "node index.js"
614
},

0 commit comments

Comments
 (0)