flightcheck
Version:
A simple command line checklist.
21 lines (20 loc) • 388 B
JSON
{
"name": "flightcheck",
"version": "1.1.19",
"description": "A simple command line checklist.",
"scripts": {
"postinstall": "node lib/install.js --force"
},
"keywords": [
"Checklist",
"CLI",
"Devtool"
],
"author": "Ross MacDonald - http://RossMacD.com",
"license": "ISC",
"dependencies": {},
"files": [
"lib/**/*"
],
"bin": "./lib/run.js"
}