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

24
static/bower.json Normal file
View file

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

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"
}
}