expand-contractions
Version:
Convert English word contractions such "what's" into "what is".
35 lines (34 loc) • 919 B
JSON
{
"name": "expand-contractions",
"version": "1.0.1",
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/catcher-in-the-try/expand-contractions/blob/master/LICENSE"
}
],
"author": "Anton Ivanov",
"description": "Convert English word contractions such \"what's\" into \"what is\".",
"keywords": [
"contractions",
"contraction",
"English",
"grammar",
"clipping",
"english-contractions",
"expand-contractions"
],
"homepage": "https://github.com/catcher-in-the-try/expand-contractions#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:catcher-in-the-try/expand-contractions.git"
},
"main": "./lib/contractions.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha ./test -R spec"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}