UNPKG

sentencecase.js

Version:
34 lines (33 loc) 761 B
{ "name": "sentencecase.js", "version": "1.0.4", "description": "Convert paragraph into sentence case.", "main": "index.js", "scripts": { "test": "./node_modules/jest/bin/jest.js" }, "repository": { "type": "git", "url": "git+https://github.com/franklingu/sentencecase.git" }, "keywords": [ "sentencecase", "sentence case", "sentence-case", "string utility", "case conversion" ], "author": "franklingu", "license": "MIT", "bugs": { "url": "https://github.com/franklingu/sentencecase/issues" }, "homepage": "https://github.com/franklingu/sentencecase#readme", "devDependencies": { "jest": "^23.6.0" }, "jest": { "coverageDirectory": "./coverage/", "collectCoverage": true } }