atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
25 lines (24 loc) • 566 B
JSON
{
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
"name": "truncate",
"main": "truncate.js",
"description": "Truncate text and keep urls safe",
"version": "1.0.5",
"homepage": "https://github.com/FGRibreau/node-truncate",
"repository": {
"type": "git",
"url": "git@github.com:FGRibreau/node-truncate.git"
},
"scripts": {
"test": "nodeunit test.js"
},
"engines": {
"node": "*"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"nodeunit": "*",
"yuidocjs": "*"
}
}