This repository was archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 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
{
"name": "scode",
"version": "1.17.12",
"description": "SCode alpha version 1.17.12",
"main": "main.js",
"scripts": {
"test": "electron .",
"dist": "build --linux --windows --ia32 --x64",
"build": "electron-packager . --all --electron-version=1.8.1 --out=../scode-releases --icon=src/logo.ico --overwrite --ignore=releases/"
},
"build": {
"appId": "simonloir.scode",
"win": {
"target": "nsis",
"icon": "src/logo.ico"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimonLoir/SCode-Text-editor.git"
},
"keywords": [
"scode",
"windows",
"linux",
"electron",
"code",
"editor"
],
"author": "Simon Loir",
"license": "MIT",
"bugs": {
"url": "https://github.com/SimonLoir/SCode-Text-editor/issues"
},
"homepage": "https://github.com/SimonLoir/SCode-Text-editor#readme",
"dependencies": {
"emmet": "^1.6.3",
"esprima": "^4.0.0",
"js-beautify": "^1.7.5",
"marked": "^0.3.9",
"node-pty": "^0.7.4",
"pdf.js-viewer": "^0.2.8",
"simple-git": "^1.85.0",
"textarea-caret": "^3.0.2",
"xterm": "^2.9.2"
},
"devDependencies": {
"electron": "^1.8.1",
"electron-builder": "^19.48.3"
}
}