This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2016-08-14 13:37:26 +02:00
|
|
|
{
|
2016-08-14 14:22:11 +02:00
|
|
|
"name": "warehost-webclient",
|
2016-08-14 13:37:26 +02:00
|
|
|
"authors": [
|
|
|
|
"Martin Geno <geno+dev@fireorbit.de>"
|
|
|
|
],
|
|
|
|
"description": "",
|
|
|
|
"main": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"angular-ui-router": "^0.3.1",
|
|
|
|
"angular-bootstrap": "^1.3.3",
|
|
|
|
"bootstrap": "^3.3.6",
|
2016-08-20 01:17:28 +02:00
|
|
|
"bootswatch": "^3.3.7",
|
2016-09-11 18:40:03 +02:00
|
|
|
"ng-table": "^1.0.0",
|
|
|
|
"angular-ui-select": "^0.19.4",
|
2016-09-13 20:00:06 +02:00
|
|
|
"angular-sanitize": "^1.5.8",
|
2016-09-27 10:02:50 +02:00
|
|
|
"angular-ui-tree": "^2.21.2",
|
2016-09-27 11:44:48 +02:00
|
|
|
"angular-markdown-editor-ghiscoding": "^1.0.7"
|
2016-12-11 21:13:44 +01:00
|
|
|
},
|
|
|
|
"resolutions":{
|
|
|
|
"angular": "1.6.0"
|
2016-08-14 13:37:26 +02:00
|
|
|
}
|
|
|
|
}
|