forked from iLikeToBeAnonymous/INI_Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 907 Bytes
/
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
{
"name": "INI_Editor",
"version": "0.1.0",
"description": "Purpose-built INI GUI editor for my needs. **Warning:** _This is not a turnkey tool for editing INI files._ <br>It's primarily my playing around with things. It also has some built-in examples of how to turn HTML inputs directly into a formatted JSON file.",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/iLikeToBeAnonymous/INI_Editor.git"
},
"keywords": [],
"author": "iLikeToBeAnonymous",
"license": "ISC",
"bugs": {
"url": "https://github.com/iLikeToBeAnonymous/INI_Editor/issues"
},
"homepage": "https://github.com/iLikeToBeAnonymous/INI_Editor#readme",
"devDependencies": {
"electron": "^11.2.3"
},
"dependencies": {},
"config": {}
}