salix/package.json

28 lines
593 B
JSON

{
"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.4.1",
"angular-ui-router": "^0.2.15",
"oclazyload": "^0.6.3"
},
"devDependencies": {
"webpack": "*",
"webpack-dev-server": "*",
"babel-core": "*",
"babel-preset-es2015": "*",
"babel-loader": "*",
"raw-loader": "*"
},
"scripts": {
"dev": "webpack --progress --colors --watch"
}
}