{
	"name": "shared",
	"version": "1.0.0",
	"description": "Modules which are shared between course and platform pages.",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"browserify": "browserify ./node_modules/xml2js/lib/xml2js.js  -s xml2js -o ./javascript/lib/xml2js.js",
		"minify": "cat ./javascript/lib/xml2js.js  | uglifyjs > ./javascript/lib/xml2js.min.js"
	},
	"author": "",
	"license": "UNLICENSED",
	"dependencies": {
		"@fortawesome/fontawesome-free": "^5.12.1",
		"animate.css": "^3.7.2",
		"browserify": "^17.0.0",
		"chart.js": "^2.8.0",
		"jquery": "^3.4.1",
		"jquery-ui": "^1.12.1",
		"jquery-ui-touch-punch": "^0.2.3",
		"jquery.scrollto": "^2.1.2",
		"owl.carousel": "^2.3.4",
		"uglify": "^0.1.5",
		"xml2js": "^0.4.23"
	}
}
