64d635f776
- slit provider between tabs - remove providerID from backend/frontend title - add Angular-Boostrap
25 lines
549 B
JSON
25 lines
549 B
JSON
{
|
||
"name": "traefik",
|
||
"version": "1.0.0",
|
||
"homepage": "https://github.com/ldez/traefik",
|
||
"authors": [
|
||
"Fernandez Ludovic <ludovic.fernandez@zenika.com>"
|
||
],
|
||
"description": "Front end for Træfɪk",
|
||
"main": "index.html",
|
||
"license": "MIT",
|
||
"ignore": [
|
||
"**/.*",
|
||
"node_modules",
|
||
"bower_components",
|
||
"test",
|
||
"tests"
|
||
],
|
||
"dependencies": {
|
||
"angular": "angularjs#~1.4.7",
|
||
"bootstrap": "~3.3.5",
|
||
"angular-resource": "~1.4.7",
|
||
"angular-ui-router": "~0.2.15",
|
||
"angular-bootstrap": "~0.13.4"
|
||
}
|
||
}
|