diff options
-rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index 2718f65..03719e9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,15 @@ "type": "git", "url": "git://github.com/valentineus/simple-container.git" }, - "keywords": [], + "keywords": [ + "minimalism", + "container", + "interface", + "testing", + "docker", + "simple", + "api" + ], "main": "lib/index.js", "devDependencies": { "babel-cli": "^6.26.0", |