reorder-cli
Version:
A NodeJS CLI list reorder-er
28 lines • 621 B
JSON
{
"name": "reorder-cli",
"version": "1.0.0",
"description": "A NodeJS CLI list reorder-er",
"main": "reorder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/th4t-gi/reorder-cli.git"
},
"keywords": [
"CLI",
"reorder",
"node",
"readline-sync"
],
"author": "Judd Brau",
"license": "MIT",
"bugs": {
"url": "https://github.com/th4t-gi/reorder-cli/issues"
},
"homepage": "https://github.com/th4t-gi/reorder-cli#readme",
"dependencies": {
"readline-sync": "^1.4.10"
}
}