2016-09-29 05:10:58 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2016-10-06 05:44:13 +00:00
|
|
|
"angular": "^1.5.8",
|
|
|
|
"angular-ui-router": "^1.0.0-beta.3",
|
2016-10-05 13:19:28 +00:00
|
|
|
"oclazyload": "^0.6.3"
|
2016-09-29 05:10:58 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"webpack": "*",
|
|
|
|
"webpack-dev-server": "*",
|
|
|
|
"babel-core": "*",
|
|
|
|
"babel-preset-es2015": "*",
|
|
|
|
"babel-loader": "*",
|
2016-09-29 05:28:56 +00:00
|
|
|
"raw-loader": "*"
|
2016-09-29 05:10:58 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-09-29 13:12:20 +00:00
|
|
|
"dev": "webpack --progress --colors --watch"
|
2016-09-29 05:10:58 +00:00
|
|
|
}
|
2016-09-29 13:12:20 +00:00
|
|
|
}
|