UNPKG

number-to-text

Version:
54 lines (53 loc) 1.43 kB
{ "name": "number-to-text", "version": "0.4.1", "description": "A number to text converter", "main": "index.js", "scripts": { "test": "standard && istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", "cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "standard": { "ignore": [ "/dist/" ] }, "repository": { "type": "git", "url": "git+https://github.com/Maheshkumar-Kakade/number-to-text.git" }, "bugs": { "url": "https://github.com/Maheshkumar-Kakade/number-to-text/issues" }, "homepage": "https://github.com/Maheshkumar-Kakade/number-to-text#readme", "licenses": [ { "type": "MIT", "url": "https://github.com/Maheshkumar-Kakade/number-to-text/LICENSE" } ], "keywords": [ "number", "text", "conversion", "n2t", "num2text", "convert" ], "author": "Maheshkumar Kakade <maheshkumarkakade@gmail.com>", "license": "MIT", "devDependencies": { "coveralls": "^3.1.1", "grunt": "^1.6.1", "grunt-browserify": "^6.0.0", "grunt-contrib-uglify-es": "^3.3.0", "grunt-contrib-watch": "^1.1.0", "grunt-newer": "^1.3.0", "istanbul": "^0.4.5", "load-grunt-tasks": "^5.1.0", "mocha": "^11.2.2", "should": "^13.2.3", "standard": "^17.1.2", "time-grunt": "^2.0.0" } }