UNPKG

chequeconvert

Version:
30 lines (29 loc) 667 B
{ "name": "chequeconvert", "version": "0.0.3", "description": "Convert amount to words for cheque writing", "keywords": [ "cheque", "convert", "chequeconvert", "command" ], "author": "Ryan Liao <pirsquare.ryan@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pirsquare/chequeconvert-node.git" }, "main": "index.js", "bin": "./bin/chequeconvert", "scripts": { "test": "./node_modules/.bin/mocha --recursive" }, "bin": "./bin/chequeconvert", "dependencies": { "commander": "^2.9.0" }, "devDependencies": { "mocha": "^2.3.3" } }