This commit is contained in:
Eugene Pankov
2016-12-23 10:06:53 +01:00
commit 98fea7b102
69 changed files with 3066 additions and 0 deletions

14
app/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "term",
"version": "1.0.0",
"main": "main.js",
"dependencies": {
"child-process-promise": "^2.1.3",
"devtron": "^1.4.0",
"electron-config": "^0.2.1",
"electron-debug": "^1.0.1",
"electron-is-dev": "^0.1.2",
"path": "^0.12.7",
"pty.js": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642"
}
}