package.json 577 B

12345678910111213141516171819202122
  1. {
  2. "name": "riko-mvc",
  3. "version": "0.1.1",
  4. "description": "mvc that is tiny af",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
  10. "repository": "https://github.com/egasimus/riko-mvc",
  11. "license": "GPL-3.0",
  12. "dependencies": {
  13. "is-plain-object": "^2.0.1",
  14. "main-loop": "^3.2.0",
  15. "observ": "^0.2.0",
  16. "observ-array": "^3.2.1",
  17. "observ-varhash": "^1.0.6",
  18. "virtual-dom": "^2.1.1",
  19. "x-is-array": "^0.1.0"
  20. }
  21. }