UNPKG

cronapp-framework-mobile-js

Version:
48 lines 1.37 kB
{ "name": "cronapp-framework-mobile-js", "version": "4.4.0-RC.11", "description": "Javascript library for CronApp's projects", "main": "cronapp.framework.mobile.js", "type": "module", "scripts": { "build": "gulp", "test": "echo \"Error: no test specified\" && exit 1", "preinstall": "npx force-resolutions" }, "repository": { "type": "git", "url": "git+https://github.com/technecloud/cronapp-framework-mobile-js.git" }, "author": "Tarso Matos Araujo", "license": "MIT", "bugs": { "url": "https://github.com/technecloud/cronapp-framework-mobile-js/issues" }, "homepage": "https://github.com/technecloud/cronapp-framework-mobile-js#readme", "keywords": [ "cronapp", "cronapp-framework", "cronapp-framework-mobile", "javascript" ], "devDependencies": { "gulp": "^5.0.0", "gulp-autoprefixer": "^9.0.0", "gulp-htmlmin": "^5.0.1", "gulp-imagemin": "^9.1.0", "gulp-ng-annotate-patched": "^0.1.1", "gulp-notify": "^5.0.0", "gulp-rename": "^2.0.0", "gulp-terser": "^2.1.0", "gulp-uglify": "^3.0.2", "gulp-uglifycss": "^1.0.8" }, "dependencies": { "@cronapp/cronapp-mobile-mvc": "4.4.0-RC.11", "@cronapp/cronapp-tab-badge": "4.4.0-RC.11", "font-awesome": "4.4.0", "jquery": "3.5.0", "pace-js": "1.0.2", "signature_pad": "^3.0.0-beta.4" } }