mirror of
https://github.com/containous/traefik.git
synced 2025-01-21 18:03:50 +03:00
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
||
"name": "traefik",
|
||
"version": "1.0.0",
|
||
"description": "Front end for Træfɪk",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
},
|
||
"author": "ldez",
|
||
"license": "ISC",
|
||
"devDependencies": {
|
||
"bower": "^1.5.3"
|
||
}
|
||
}
|