atom-message-panel
Version:
An easy way to display your messages in Atom
34 lines (33 loc) • 728 B
JSON
{
"name": "atom-message-panel",
"version": "1.3.1",
"description": "An easy way to display your messages in Atom",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tcarlsen/atom-message-panel"
},
"keywords": [
"atom",
"helper",
"handler",
"error",
"message"
],
"author": "tcarlsen",
"contributors": [
"joefitzgerald",
"fangel"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tcarlsen/atom-message-panel/issues"
},
"dependencies": {
"atom-space-pen-views": "^2.2.0"
},
"homepage": "https://github.com/tcarlsen/atom-message-panel"
}