-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 748 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 748 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": "rpterm",
"version": "0.0.0",
"description": "A graphical typewriter",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rwos/rpterm.git"
},
"keywords": [
"rpterm",
"terminal emulator",
"Electron",
"xterm"
],
"author": "Richard Wossal <richard@r-wos.org>",
"license": "MIT",
"devDependencies": {
"electron-prebuilt": "0.36.9",
"electron-rebuild": "1.1.3",
"eslint": "2.3.0",
"eslint-config-standard": "5.1.0",
"eslint-plugin-promise": "1.1.0",
"eslint-plugin-standard": "1.3.2"
},
"dependencies": {
"heredoc": "1.3.1",
"pty.js": "0.3.0",
"rpterm-xterm": "^0.0.5"
}
}