UNPKG

rmtrailing

Version:
31 lines (30 loc) 657 B
{ "name": "rmtrailing", "version": "1.0.3", "description": "Removes dynamic trailing substring", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/danielcobo/rmtrailing.git" }, "keywords": [ "trailing", "string", "substring", "dynamic", "remove" ], "author": "TidySource (Daniel Cobo)", "license": "MIT", "bugs": { "url": "https://github.com/danielcobo/rmtrailing/issues" }, "homepage": "https://github.com/danielcobo/rmtrailing#readme", "devDependencies": { "tap-colorize": "^1.2.0", "tape": "^4.6.3" } }