traefik/static/package.json

15 lines
279 B
JSON
Raw Normal View History

2015-10-05 14:03:10 +00:00
{
"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"
}
}