package.json 378 B

123456789101112131415161718
  1. {
  2. "name" : "eve",
  3. "author" : {
  4. "name" : "Dmitry Baranovskiy",
  5. "email" : "dmitry@baranovskiy.com",
  6. "url" : "http://dmitry.baranovskiy.com"
  7. },
  8. "description" : "Simple custom events",
  9. "version" : "0.4.1",
  10. "main" : "./eve.js",
  11. "repository": {
  12. "type": "git",
  13. "url": "git@github.com:adobe/eve.git"
  14. }
  15. }