12345678910111213141516171819202122 |
- {
- "name": "riko-mvc",
- "version": "0.1.1",
- "description": "mvc that is tiny af",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
- "repository": "https://github.com/egasimus/riko-mvc",
- "license": "GPL-3.0",
- "dependencies": {
- "is-plain-object": "^2.0.1",
- "main-loop": "^3.2.0",
- "observ": "^0.2.0",
- "observ-array": "^3.2.1",
- "observ-varhash": "^1.0.6",
- "virtual-dom": "^2.1.1",
- "x-is-array": "^0.1.0"
- }
- }
|