2015-10-05 16:03:10 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "traefik",
|
|
|
|
|
"version": "1.0.0",
|
2015-10-07 22:32:22 +02:00
|
|
|
|
"homepage": "http://traefik.io",
|
2015-10-05 16:03:10 +02:00
|
|
|
|
"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",
|
2015-10-07 00:01:24 +02:00
|
|
|
|
"angular-ui-router": "~0.2.15",
|
2015-10-07 22:31:00 +02:00
|
|
|
|
"angular-bootstrap": "~0.13.4",
|
|
|
|
|
"angular-nvd3": "~1.0.2"
|
2015-10-05 16:03:10 +02:00
|
|
|
|
}
|
|
|
|
|
}
|