sure
Version:
Asks you if you are sure. If you are not, it will return an error code. Is useful in scripts where you want a confirmation before executing.
29 lines (28 loc) • 623 B
JSON
{
"name": "sure",
"version": "0.0.3",
"description": "Asks you if you are sure. If you are not, it will return an error code. Is useful in scripts where you want a confirmation before executing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sure",
"yes",
"no",
"ask"
],
"repository": {
"type" : "git",
"url" : "git@github.com:jntn/sure.git"
},
"bin": {
"sure": "./index.js"
},
"author": "jgranqvist@gmail.com",
"license": "ISC",
"dependencies": {
"minimist": "^1.2.0",
"read": "^1.0.7"
}
}