{
  "name": "@mikosoft/dodo",
  "version": "1.3.2",
  "title": "DoDo",
  "description": "The DoDo is an easy to learn JavaScript framework which helps developers to build reactive, single page applications. It can be used for mobile applications, browser extensions, electron desktop apps, ...etc.",
  "author": "Mikodanic Sasa <smikodanic@gmail.com>",
  "homepage": "http://dodo.mikosoft.info",
  "license": "MIT",
  "keywords": [
    "framework",
    "dodo",
    "spa",
    "single page app",
    "single page application",
    "web app",
    "javascript framework",
    "frontend framework"
  ],
  "main": "./core/index.js",
  "type": "module",
  "scripts": {},
  "dependencies": {},
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miko-soft/dodo.git"
  },
  "publishConfig": {
    "access": "public"
  }
}
