cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
71 lines • 2.07 kB
JSON
{
"name": "cronapp-framework-mobile-js",
"version": "4.0.1",
"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": {
"angular": "1.6.0",
"angular-aria": "1.6.0",
"angular-cookies": "1.6.0",
"angular-dynamic-locale": "0.1.32",
"angular-i18n": "1.4.5",
"angular-messages": "1.6.0",
"angular-moment": "1.2.0",
"angular-resource": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-translate": "2.11.1",
"angular-translate-handler-log": "2.11.1",
"angular-translate-loader-static-files": "2.11.1",
"angular-translate-storage-local": "2.11.1",
"angular-ui-bootstrap": "0.13.0",
"angular-ui-notification": "0.3.6",
"bootstrap": "3.3.4",
"chart.js": "2.9.4",
"cronapp-ion-tab-badge": "1.0.0",
"cronapp-ui-router": "0.2.15",
"font-awesome": "4.4.0",
"jquery": "3.5.0",
"moment": "2.29.4",
"ng-file-upload": "12.2.13",
"pace-js": "1.0.2",
"signature_pad": "^3.0.0-beta.4"
},
"resolutions": {
"chart.js": "2.9.4",
"moment": "2.29.4"
}
}