component.json 345 B

123456789101112
  1. {
  2. "name": "underscore.string",
  3. "repo": "epeli/underscore.string",
  4. "description": "String manipulation extensions for Underscore.js javascript library",
  5. "version": "2.3.3",
  6. "keywords": ["underscore", "string"],
  7. "dependencies": {},
  8. "development": {},
  9. "main": "lib/underscore.string.js",
  10. "scripts": ["lib/underscore.string.js"]
  11. }