{
  "name": "add-ellipsis",
  "version": "1.0.1",
  "description": "Cut off a string to a specified length and add an ellipsis",
  "license": "MIT",
  "repository": "arthurvr/add-ellipsis",
  "author": {
    "name": "Arthur Verschaeve",
    "email": "contact@arthurverschaeve.be",
    "url": "arthurverschaeve.be"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "length",
    "substring",
    "Ellipsis",
    "dot-dot-dot",
    "cut",
    "string",
    "add"
  ],
  "devDependencies": {
    "mocha": "*"
  }
}
