@mobiloud/ml-review-popup
Version:
A modern, iOS-style popup widget designed specifically for MobiLoud mobile apps to prompt users to leave app store reviews
42 lines • 1.07 kB
JSON
{
"name": "@mobiloud/ml-review-popup",
"version": "1.0.0",
"description": "A modern, iOS-style popup widget designed specifically for MobiLoud mobile apps to prompt users to leave app store reviews",
"main": "script.js",
"files": [
"script.js",
"README.md",
"LICENSE",
"CLAUDE.md"
],
"keywords": [
"app-store-reviews",
"review-prompt",
"popup",
"widget",
"mobiloud",
"mobile-app",
"ios-style",
"rating-widget",
"app-reviews",
"review-widget",
"color-customization"
],
"author": "MobiLoud <support@mobiloud.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/50pixels/ml-review-popup.git"
},
"bugs": {
"url": "https://github.com/50pixels/ml-review-popup/issues"
},
"homepage": "https://github.com/50pixels/ml-review-popup#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "python3 -m http.server 8080"
},
"engines": {
"node": ">=14.0.0"
}
}