package.json 356 B

12345678910111213141516171819
  1. {
  2. "name": "component-inherit",
  3. "description": "Prototype inheritance utility",
  4. "version": "0.0.3",
  5. "keywords": [
  6. "inherit",
  7. "utility"
  8. ],
  9. "dependencies": {},
  10. "component": {
  11. "scripts": {
  12. "inherit/index.js": "index.js"
  13. }
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/component/inherit.git"
  18. }
  19. }