zmp-core
Version:
Full featured mobile HTML framework for building iOS & Android apps
53 lines • 1.07 kB
JSON
{
"name": "zmp-core",
"version": "2.8.10",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"main": "cjs/zmp.js",
"module": "esm/zmp.js",
"jsnext:main": "esm/zmp.js",
"typings": "zmp.d.ts",
"sideEffects": [
"*.less",
"*.css",
"cjs/utils/zmpDOM.js",
"esm/utils/zmpDOM.js"
],
"scripts": {
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "https://zalogit2.zing.vn/ZaloMiniApps/zmp.git"
},
"keywords": [
"mobile",
"framework",
"zmp",
"ios",
"iphone",
"ipad",
"apple",
"phonegap",
"native",
"touch",
"appstore",
"app",
"zmp",
"material",
"android",
"google",
"googleplay"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"homepage": "https://h5.zalo.me/",
"dependencies": {
"htm": "^3.0.4",
"path-to-regexp": "^6.2.0",
"skeleton-elements": "^3.3.0",
"ssr-window": "^3.0.0",
"swiper": "^6.4.15",
"zmp-dom": "^1.0.0",
"zmp-sdk": "^1.3.0-1"
}
}