{
	"name": "mykode_frontend",
	"version": "1.0.013",
	"description": "MyKode frontend",
	"main": "app/main.js",
	"scripts": {
		"build_CredBack": "webpack --config webpack.config.js --mode production --env appName=CredBack",
		"build_Coan_UniCampania": "webpack --config webpack.config.js --mode production --env appName=Coan_UniCampania",
		"build_VisualMDLW": "webpack --config webpack.config.js --mode production --env appName=VisualMDLW",
		"build_Segreterie": "webpack --config webpack.config.js --mode production --env appName=Segreterie",
		"test": "grunt test",
		"develop": "webpack --mode development --watch",
		"build": "webpack --mode production",
		"create_bundle": "npm run build"
	},
	"directories": {
		"test": "test"
	},
	"dependencies": {
		"async-exec-cmd": "^2.0.2",
		"JQDeferred": "^2.1.0",
		"lodash": "^4.17.13",
		"observe-js": "^0.5.7",
		"string.prototype.endswith": "^0.2.0"
	},
	"author": "Gaetano Lazzo",
	"license": "ISC",
	"devDependencies": {
		"async-exec-cmd": "^2.0.2",
		"grunt": "^1.5.3",
		"grunt-contrib-copy": "^1.0.0",
		"grunt-contrib-watch": "1.1.0",
		"grunt-contrib-yuidoc": "1.0.0",
		"grunt-jasmine-nodejs": "1.6.1",
		"grunt-jsdoc": "^2.4.1",
		"grunt-karma": "^4.0.2",
		"grunt-open": "^0.2.4",
		"grunt-shell": "^3.0.1",
		"jasmine": "4.4.0",
		"jasmine-collection-matchers": "*",
		"jasmine-console-reporter": "^3.1.0",
		"jasmine-core": "^3.6.0",
		"jasmine-node": "3.0.0",
		"jasmine-spec-reporter": "^7.0.0",
		"karma": "^6.3.20",
		"karma-chrome-launcher": "3.1.0",
		"karma-firefox-launcher": "^1.3.0",
		"karma-ie-launcher": "^1.0.0",
		"karma-jasmine": "4.0.1",
		"karma-jasmine-html-reporter": "1.5.4",
		"karma-junit-reporter": "2.0.1",
		"karma-phantomjs-launcher": "^1.0.4",
		"karma-sauce-launcher": "^1.2.0",
		"karma-spec-reporter": "0.0.32",
		"load-grunt-tasks": "5.1.0",
		"npm-git-install": "^0.3.0",
		"terser-webpack-plugin": "^5.3.6",
		"time-grunt": "^1.4.0",
		"webpack": "^5.74.0",
		"webpack-cli": "^4.10.0"
	}
}
