brevity
Version:
A small utility to shorten posts to an acceptable tweet-length summary.
36 lines (35 loc) • 685 B
JSON
{
"name": "brevity",
"version": "0.2.9",
"description": "A small utility to shorten posts to an acceptable tweet-length summary.",
"main": "brevity.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mocha": "^2.4.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/kylewm/brevity-js"
},
"keywords": [
"indieweb",
"tweet",
"twitter",
"shortening",
"shortener"
],
"author": {
"name": "Kyle Mahan",
"email": "kyle+brevityjs@kylewm.com"
},
"license": "CC0",
"bugs": {
"url": "https://github.com/kylewm/brevity/issues"
}
}