{
  "author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
  "name": "truncate",
  "main": "truncate.js",
  "types": "truncate.d.ts",
  "description": "Truncate text and keep urls safe",
  "version": "3.0.0",
  "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": "*",
    "npm-release": "^1.0.0",
    "yuidocjs": "*"
  }
}
