salix/package.json

28 lines
599 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": {
"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": "*",
"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
}