From e0e39b43adc5584cd79461a43bda56337ef9b7ab Mon Sep 17 00:00:00 2001 From: Georg Tavonius Date: Wed, 5 Aug 2015 23:33:48 +0200 Subject: [PATCH] Add more useful info to package.json --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 9ab23cf..da9fb7c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "author": "Georg Tavonius (http://jaz-lounge.com)", "name": "stacktrace-parser", "description": "Parses every stack trace into a nicely formatted array of hashes.", + "keywords": ["errors", "stacktrace", "parser", "exceptions"], "version": "0.1.2", "engines": { "node": "0.10 - 2" @@ -16,6 +17,14 @@ "grunt-shell-spawn": "~0.3.0" }, "homepage": "https://github.com/errwischt/stacktrace-parser", + "repository": { + "type": "git", + "url": "https://github.com/errwischt/stacktrace-parser" + }, + "bugs": { + "url": "http://github.com/errwischt/stacktrace-parser/issues" + }, + "license": "MIT", "main": "index.js", "scripts": { "test": "./node_modules/.bin/grunt test"