native-msg-box
Version:
Make a native msg box appear
27 lines (26 loc) • 562 B
JSON
{
"name": "native-msg-box",
"version": "0.1.6",
"description": "Make a native msg box appear",
"main": "lib/msgbox.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git://github.com/greggman/native-msg-box.git"
},
"keywords": [
"native",
"message",
"messagebox",
"dialog"
],
"author": "Gregg Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/native-msg-box/issues"
},
"homepage": "https://github.com/greggman/native-msg-box",
"dependencies": {}
}