package.json 397 B

123456789101112131415161718192021
  1. {
  2. "name": "trim",
  3. "version": "1.0.1",
  4. "description": "Trim string whitespace",
  5. "license": "MIT",
  6. "keywords": [
  7. "string",
  8. "trim"
  9. ],
  10. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  11. "dependencies": {},
  12. "devDependencies": {
  13. "mocha": "*",
  14. "should": "*"
  15. },
  16. "main": "index",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/Trott/trim.git"
  20. }
  21. }