1
0
Fork 0

feat(front): project struture

This commit is contained in:
Fernandez Ludovic 2015-10-05 16:03:10 +02:00
parent cd94f0172a
commit da3d119a43
2 changed files with 38 additions and 0 deletions

14
static/package.json Normal file
View file

@ -0,0 +1,14 @@
{
"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"
}
}