UNPKG

trnct

Version:

Truncate all specified vowels from given word unless it is the first character

48 lines (47 loc) 1.21 kB
{ "name": "trnct", "version": "1.0.0", "description": "Truncate all specified vowels from given word unless it is the first character", "main": "index.js", "files": [ "index.js" ], "scripts": { "lint": "eslint .", "test": "tape test.js | tap-spec", "docs": "documentation readme ./index.js --section=API", "prepublishOnly": "npm run docs", "release": "npx np" }, "keywords": [ "truncate", "vowels" ], "repository": { "type": "git", "url": "git://github.com/vladimyr/trnct.git" }, "author": { "email": "d.vladimyr+dev@gmail.com", "name": "Dario Vladovic", "url": "https://github.com/vladimyr" }, "license": "MIT", "bugs": { "url": "https://github.com/vladimyr/trnct/issues" }, "homepage": "https://github.com/vladimyr/trnct", "dependencies": {}, "devDependencies": { "documentation": "^11.0.0", "eslint": "^5.16.0", "eslint-config-semistandard": "^13.0.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "tap-spec": "^5.0.0", "tape": "^4.10.2" } }