-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.31 KB
/
package.json
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
56
{
"name": "gdi",
"version": "0.3.8",
"description": "Node.js bindings to Windows GDI/GDI+ (graphics device interface)",
"main": "index.js",
"scripts": {
"start": "node-gyp configure build && node module.js",
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-pre-gyp install --fallback-to-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daninet/node-gdi.git"
},
"keywords": [
"gdi",
"gdi+",
"ui",
"windows",
"bindings",
"api",
"binding",
"n-api",
"napi",
"window",
"gui",
"user",
"interface"
],
"engines": {
"node": ">=8.4.0"
},
"author": "Dani Biró <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daninet/node-gdi/issues"
},
"homepage": "https://github.com/Daninet/node-gdi",
"dependencies": {
"node-pre-gyp": "^0.14.0"
},
"devDependencies": {
"aws-sdk": "^2.656.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"binary": {
"module_name": "gdi",
"module_path": "./lib/binding/",
"host": "https://node-gdi.s3-eu-central-1.amazonaws.com/"
}
}