cronapp-framework-js
Version:
Javascript library for CronApp's projects
48 lines • 1.28 kB
JSON
{
"name": "cronapp-framework-js",
"version": "4.0.1",
"description": "Javascript library for CronApp's projects",
"main": "cronapp.framework.js",
"type": "module",
"scripts": {
"build": "gulp",
"preinstall": "npx force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/technecloud/cronapp-framework-js.git"
},
"author": "Arthemus Cicotti Moreira",
"license": "MIT",
"bugs": {
"url": "https://github.com/technecloud/cronapp-framework-js/issues"
},
"homepage": "https://github.com/technecloud/cronapp-framework-js#readme",
"keywords": [
"cronapp",
"cronapp-framework",
"javascript"
],
"devDependencies": {
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-htmlmin": "^5.0.1",
"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"
},
"dependencies": {
"@cronapp/cronapp-mvc": "4.0.1",
"cpf_cnpj": "0.2.0",
"font-awesome": "4.4.0",
"jquery": "3.5.1",
"justgage": "1.3.5",
"natives": "1.1.6",
"pace-js": "1.0.2",
"raphael": "2.3.0",
"signature_pad": "^3.0.0-beta.4"
}
}