UNPKG

commandline

Version:

A simple commandline.

49 lines (36 loc) 1.1 kB
{ "name" : "commandline", "description" : "A simple commandline.", "homepage" : "", "keywords" : [ "commandline", "osgi console", "console", "equinox", "shell" ], "author" : "dkuffner@chilicat.net", "contributors" : [ ], "repository" : {"type": "git", "url": "git://github.com/chilicat/commandline.git"}, "main" : "./lib/commandline", "directories" : { "lib" : "./lib" }, "version" : "0.0.2", "dependencies": { "underscore": ">=1.3.0", "argparser": ">=0.0.9" }, "services": [ { "name": "Commandline Service", "module": "./commandline-service", "consumes": [ { "serviceClass": "commandline-command", "set": "addCommand", "unset": "removeCommand", "cardinality": "0..n" }, { "serviceClass": "commandline-commandlist", "set": "addCommandList", "unset": "removeCommandList", "cardinality": "0..n" } ] } ] }