{ "name": "salix-app", "version": "1.0.0", "author": "Verdnatura Levante SL", "description": "Salix application", "license": "ISC", "repository": { "type": "git", "url": "http://git.verdnatura.es:/salix" }, "dependencies": { "angular": "^1.5.8", "angular-ui-router": "^1.0.0-beta.3", "cors": "^2.8.1", "express": "^4.14.0", "material-design-lite": "^1.2.1", "oclazyload": "^0.6.3" }, "devDependencies": { "babel-core": "*", "babel-loader": "*", "babel-preset-es2015": "*", "css-loader": "^0.25.0", "eslint": "^3.7.1", "eslint-config-angular": "^0.5.0", "eslint-config-google": "^0.6.0", "eslint-plugin-angular": "^1.4.1", "gulp": "^3.9.1", "gulp-jsoncombine": "^1.0.3", "pre-commit": "^1.1.3", "raw-loader": "*", "style-loader": "^0.13.1", "webpack": "*", "webpack-dev-server": "*" }, "scripts": { "build": "webpack --progress --colors --watch", "lint": "eslint ./ --cache --ignore-pattern .gitignore" }, "pre-commit": [ "lint" ] }