termux
Version:
Node module for Termux-API
34 lines (33 loc) • 685 B
JSON
{
"name": "termux",
"version": "1.1.1",
"description": "Node module for Termux-API",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roccomuso/termux.git"
},
"keywords": [
"termux",
"api",
"android",
"wrapper",
"node"
],
"author": "Rocco Musolino (roccomuso)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roccomuso/termux/issues"
},
"homepage": "https://github.com/roccomuso/termux#readme",
"dependencies": {
"dargs": "^6.0.0",
"debug": "^4.1.0",
"execa": "^1.0.0",
"glob": "^7.1.3",
"has-termux-api": "^1.0.0"
}
}