-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 741 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 741 Bytes
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
{
"name": "tinytron",
"version": "1.0.3",
"description": "This is a tiny alternative to electron",
"main": "index.js",
"gypfile": true,
"scripts": {
"build": "node-gyp configure build",
"test": "node --napi-modules ./example.js",
"install": "node-gyp rebuild"
},
"keywords": [
"webview",
"electron",
"window"
],
"author": "Rafi993",
"license": "MIT",
"dependencies": {
"node-addon-api": "^1.0.0",
"node-gyp": "^7.0.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rafi993/tiny.git"
},
"bugs": {
"url": "https://github.com/Rafi993/tiny/issues"
},
"homepage": "https://github.com/Rafi993/tiny#readme"
}