m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-07-15 15:35:57 -0400
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-07-15 15:37:06 -0400
commitab75ff5d633f1c85b3ac7496e9d22809f461483d (patch)
tree00eb6135d1dbb31e610c0717eb1a5251dc2c26b8 /package.json
parent32f38b0e140648e5b433948ac33b42a63a6f6699 (diff)
Add keywords
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 638827a..6179d97 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,7 @@
"name": "dicebag",
"version": "0.0.1",
"description": "Dice expression parser and roller",
+ "keywords": [ "dice", "random", "rpg", "tabletop", "roll", "roller" ],
"main": "index.js",
"scripts": {
"test": "jest",