Skip to content

Commit

Permalink
Add more useful info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Tavonius authored and Georg Tavonius committed Aug 5, 2015
1 parent 8dcabfe commit e0e39b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"author": "Georg Tavonius <g.tavonius@gmail.com> (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"
Expand All @@ -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"
Expand Down

0 comments on commit e0e39b4

Please sign in to comment.