{
	"name": "kama-angularjs-module",
	"version": "0.9.68",
	"description": "Set of AngularJS directives and services developed by Kama team",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Hadi290/kama-angularjs-module.git"
	},
	"author": "Kama",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/Hadi290/kama-angularjs-module/issues"
	},
	"homepage": "https://github.com/Hadi290/kama-angularjs-module#readme",
	"scripts": {
		"test": "start http://localhost:3000/examples && node examples.js",
		"build": "node_modules\\.bin\\webpack --config webpack.config.js",
		"start": "node_modules\\.bin\\webpack --config webpack.config.js --watch"
	},
	"dependencies": {
		"angular": "^1.6.4",
		"angular-sanitize": "^1.7.2",
		"angular-smart-table": "^2.1.11",
		"bootstrap": "^3.4.1",
		"font-awesome": "^4.7.0",
		"jquery": "^3.4.0",
		"kamadatepicker": "^1.5.1",
		"select2": "^4.0.6-rc.1"
	},
	"devDependencies": {
		"@babel/core": "^7.1.6",
		"@babel/preset-env": "^7.1.6",
		"angular-route": "^1.6.4",
		"babel-core": "6.26.3",
		"babel-loader": "8.0.4",
		"babel-preset-env": "^1.7.0",
		"babel-preset-es2015": "^6.24.1",
		"css-loader": "^0.28.7",
		"express": "^4.16.3",
		"extract-text-webpack-plugin": "^3.0.2",
		"file-loader": "^1.1.5",
		"html-loader": "^0.5.5",
		"node-sass": "^4.12.0",
		"sass-loader": "^6.0.6",
		"style-loader": "^0.19.0",
		"uglifyjs-webpack-plugin": "^1.1.1",
		"webpack": "^3.11.0"
	}
}