18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "tabtab-test-complete",
|
|
"version": "1.0.0",
|
|
"bin": {
|
|
"tabtab-test": "index.js"
|
|
},
|
|
"description": "Basic test package for tabtab completion",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debug": "^4.0.1",
|
|
"minimist": "^1.2.0"
|
|
}
|
|
}
|