UNPKG

lingojs

Version:

A javascript library for formatting and manipulating text (strings).

38 lines (37 loc) 804 B
{ "name": "lingojs", "version": "2.0.7", "description": "A javascript library for formatting and manipulating text (strings).", "main": "lingo.js", "types": "./index.d.ts", "typings": "./index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/LarvenLLC/lingojs.git" }, "keywords": [ "string", "strings", "javascript", "text", "formatting", "manipulating", "js", "numeral", "moment", "voca", "stringify" ], "author": "Adam (BossBele)", "license": "MIT", "bugs": { "url": "https://github.com/LarvenLLC/lingojs/issues" }, "homepage": "https://larvenllc.github.io/lingojs", "devDependencies": { "jest": "^26.6.3" } }