
| Current Path : /lib/nodejs/promzard/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //lib/nodejs/promzard/package.json |
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "promzard",
"description": "prompting wizardly",
"version": "0.3.0",
"repository": {
"url": "git://github.com/isaacs/promzard"
},
"dependencies": {
"read": "1"
},
"devDependencies": {
"tap": "~0.2.5"
},
"main": "promzard.js",
"scripts": {
"test": "tap test/*.js"
},
"license": "ISC"
}