farjs-app
Version:
FAR.js - Cross-platform File and Archive Manager app in your terminal
35 lines • 1.29 kB
JSON
{
"author" : "viktor-podzigun",
"name" : "farjs-app",
"repository" : {
"type" : "git",
"url" : "git+https://github.com/farjs/farjs.git"
},
"private" : false,
"description" : "FAR.js - Cross-platform File and Archive Manager app in your terminal",
"exports" : "./farjs-app-opt.js",
"main" : "./farjs-app-opt.js",
"files" : [ "dist/farjs.js", "dist/versionChecker.js", "farjs/domain/bundle.json", "farjs-app-opt.js", "LICENSE.txt", "README.md" ],
"license" : "MIT",
"version" : "0.9.6",
"bugs" : {
"url" : "https://github.com/farjs/farjs/issues"
},
"homepage" : "https://farjs.github.io",
"keywords" : [ "farmanager", "react", "reactjs", "react-js", "react-blessed", "blessed", "scala", "scalajs", "scala-js", "cli", "cli-app", "terminal", "xterm", "file-manager", "filemanager", "filemanager-ui", "filemanagement", "file-edit", "file-editor", "editor", "console", "tui", "text-ui" ],
"bin" : {
"farjs" : "dist/farjs.js"
},
"preferGlobal" : true,
"browserslist" : "maintained node versions",
"dependencies" : {
"react-blessed" : "0.7.2",
"react" : "^17.0.1",
"websql" : "2.0.3",
"@farjs/blessed" : "0.2.3",
"react-redux" : "^7.2.4",
"redux" : "^3.6.0",
"module-alias" : "2.2.2"
},
"devDependencies" : { }
}