component.json 329 B

12345678910111213141516
  1. {
  2. "name": "underscore.string",
  3. "repo": "epeli/underscore.string",
  4. "description": "String manipulation extensions for Underscore.js javascript library",
  5. "version": "3.3.4",
  6. "keywords": [
  7. "underscore",
  8. "string"
  9. ],
  10. "dependencies": {},
  11. "development": {},
  12. "main": "index.js",
  13. "scripts": [
  14. "*.js"
  15. ]
  16. }