28 lines
583 B
JSON
28 lines
583 B
JSON
{
|
|
"name": "warehost-webclient",
|
|
"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",
|
|
"bootswatch": "^3.3.7",
|
|
"ng-table": "^1.0.0",
|
|
"angular-ui-select": "^0.19.4",
|
|
"angular-sanitize": "^1.5.8",
|
|
"angular-ui-tree": "^2.21.2",
|
|
"angular-markdown-editor-ghiscoding": "^1.0.7"
|
|
}
|
|
}
|