{ "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": "^0.3.1", "oclazyload": "^1.0.9" }, "devDependencies": { "webpack": "*", "webpack-dev-server": "*", "babel-core": "*", "babel-preset-es2015": "*", "babel-loader": "*", "raw-loader": "*" }, "scripts": { "dev": "webpack --progress --colors --watch" } }