UNPKG

shell-variables

Version:

Command-line service to read/write variables between shell processes

39 lines (38 loc) 1.09 kB
{ "name": "shell-variables", "version": "1.3.1", "description": "Command-line service to read/write variables between shell processes", "main": "index.js", "scripts": { "test": "ytestrunner --coverage --save-results=true --save-coverage=true --results-format=junitxml --results-file=shippable/testresults/result.xml --coverage-file=shippable/codecoverage/cobertura --coverage-report-format=cobertura" }, "bin": { "shell_variables.js": "./bin/shell_variables.js", "shell-variables.js": "./bin/shell_variables.js", "shell-variables-server.js": "./bin/shell_variables_server.js" }, "keywords": [ "variable", "web", "service", "config", "cmd", "command-line", "child_process", "shell" ], "author": "St. John Johnson <st.john.johnson@gmail.com>", "license": "MIT", "dependencies": { "get-stdin": "^0.1.0", "nomnom": "^1.8.0", "request": "^2.76.0" }, "devDependencies": { "mockery": "^1.4.0", "nock": "^9.0.2", "sinon": "^1.10.3", "ytestrunner": "^0.3.3", "yuitest": "^0.7.9" } }