23 lines
398 B
JSON
23 lines
398 B
JSON
|
{
|
||
|
"name": "warehost client",
|
||
|
"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"
|
||
|
}
|
||
|
}
|