package.json 381 B

12345678910111213141516171819202122
  1. {
  2. "name": "component-bind",
  3. "version": "1.0.0",
  4. "description": "function binding utility",
  5. "keywords": [
  6. "bind",
  7. "utility"
  8. ],
  9. "devDependencies": {
  10. "mocha": "*",
  11. "should": "*"
  12. },
  13. "component": {
  14. "scripts": {
  15. "bind/index.js": "index.js"
  16. }
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/component/bind.git"
  21. }
  22. }