salix/package.json

27 lines
585 B
JSON
Raw Normal View History

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-09-29 09:04:11 +00:00
"angular": "^1.5.8",
"angular-ui-router": "^0.3.1",
"oclazyload": "^1.0.9"
2016-09-29 05:10:58 +00:00
},
"devDependencies": {
"webpack": "*",
"webpack-dev-server": "*",
"babel-core": "*",
"babel-preset-es2015": "*",
"babel-loader": "*",
"raw-loader": "*"
2016-09-29 05:10:58 +00:00
},
"scripts": {
2016-09-29 09:04:11 +00:00
"build": "webpack --progress --colors"
2016-09-29 05:10:58 +00:00
}
2016-09-29 09:04:11 +00:00
}