{
  "name": "mobileui",
  "version": "2.0.4",
  "description": "MobileUI is a simple and easy NPM package to install UI Components for web mobile apps using HTML, CSS and JavaScript.",
  "main": "./bin/mobileui",
  "scripts": {
    "test": "./node_modules/.bin/mocha --timeout 120000 --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MobileUI/mobileui.git"
  },
  "author": "Fabio Rogerio SJ <fabio.rogerio.sj@gmail.com> (http://fabiorogeriosj.com.br)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MobileUI/mobileui/issues"
  },
  "keywords": [
    "app",
    "prototypes",
    "Mobile UI",
    "framework",
    "mobile",
    "mobileui"
  ],
  "homepage": "https://mobileui.github.io",
  "dependencies": {
    "axios": "^1.4.0",
    "chokidar": "^3.5.1",
    "colors": "^1.4.0",
    "finalhandler": "^1.1.2",
    "minimist": "^1.2.8",
    "serve-static": "^1.14.1",
    "socket.io": "^4.6.2",
    "unzipper": "^0.10.14"
  },
  "bin": {
    "mobileui": "./bin/mobileui"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^10.2.0",
    "should": "^11.1.1"
  }
}
