wordcount
Version:
Count the words in a string. Support for english, CJK and Cyrillic.
50 lines • 996 B
JSON
{
"name": "wordcount",
"description": "Count the words in a string. Support for english, CJK and Cyrillic.",
"version": "1.1.1",
"homepage": "https://github.com/jonschlinkert/wordcount",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/wordcount",
"bugs": {
"url": "https://github.com/jonschlinkert/wordcount/issues"
},
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"match-words": "^0.1.0"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"count",
"match",
"number",
"regex",
"regexp",
"regular expression",
"string",
"word",
"word-count",
"wordcount",
"words"
],
"verb": {
"related": {
"list": [
"word-wrap",
"justified",
"match-words",
"is-whitespace",
"whitespace-regex",
"word-regex"
]
}
}
}