diff --git a/static/bower.json b/static/bower.json new file mode 100644 index 000000000..6f4212083 --- /dev/null +++ b/static/bower.json @@ -0,0 +1,24 @@ +{ + "name": "traefik", + "version": "1.0.0", + "homepage": "https://github.com/ldez/traefik", + "authors": [ + "Fernandez Ludovic " + ], + "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" + } +} diff --git a/static/package.json b/static/package.json new file mode 100644 index 000000000..496bb7ae6 --- /dev/null +++ b/static/package.json @@ -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" + } +}