29 lines
609 B
JSON
29 lines
609 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.5.8"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"webpack": "*",
|
||
|
"webpack-dev-server": "*",
|
||
|
"babel-core": "*",
|
||
|
"babel-preset-es2015": "*",
|
||
|
"babel-loader": "*",
|
||
|
"css-loader": "*",
|
||
|
"file-loader": "*",
|
||
|
"json-loader": "*",
|
||
|
"style-loader": "*"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rm build/* ; webpack --progress --colors"
|
||
|
}
|
||
|
}
|