forked from brettz9/dialog-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dialog-node",
"description": "dialog-node is providing developers an easy cross platform way to use interactive dialogs for desktop applications written in nodejs.",
"version": "0.2.0",
"bin": "example.js",
"repository": {
"type": "git",
"url": "https://github.com/bat-tomr/dialog-node"
},
"author": {
"name": "Thomas Ruge",
"email": "truge@blueaspentech.com",
"url": "http://www.blueaspentech.com"
},
"contributors": [
"Brett Zamir"
],
"license": "MIT",
"main": "index.js",
"keywords": [
"dialogs",
"UI",
"x-platform"
],
"scripts": {
"eslint": "eslint .",
"start": "node example.js",
"test": "node ./test-dialog-node.js"
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.16.0"
},
"optionalDependencies": {},
"engines": {
"node": ">= 8.0.0"
},
"maintainers": [
{
"name": "Thomas Ruge",
"email": "truge@blueaspentech.com"
}
],
"bugs": {
"url": "https://github.com/bat-tomr/dialog-node/issues",
"email": "truge@blueaspentech.com"
},
"homepage": "https://github.com/bat-tomr/dialog-node",
"pkg": {
"assets": [
"datepicker.osa",
"msgbox.vbs"
]
}
}