Skip to content

jsdario/netbeast-terminal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netbeast App package.json example

The package.json of a npm module is its manifest, and that is all Netbeast apps need to be recognized as one of them and be launched on netbeast dashboard.

http://docs.netbeast.co

{
  "name": "netbeast-terminal-app",
  "version": "1.0.0",
  "description": "Web ssh access, made from tty.js",
  "main": "main.js",
  "dependencies": {
    "minimist": "^1.1.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "./main.js --port 31416"
  },
  "keywords": [
    "web-ssh",
    "ssh",
    "iot",
    "netbeast"
  ],
  "logo" : "assets/icon.png",
  "author" : "jesus@netbeast",
  "license" : "GPL V2"
}

About

📦 Netbeast app for web SSH access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published