first fb client commit

This commit is contained in:
2018-05-09 23:48:56 +05:30
parent 67c97d14eb
commit 31d60bae32
68 changed files with 1917 additions and 0 deletions

18
bower.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "angular-seed",
"description": "A starter project for AngularJS",
"version": "0.0.0",
"homepage": "https://github.com/angular/angular-seed",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.4.x",
"angular-route": "1.4.x",
"angular-loader": "1.4.x",
"angular-mocks": "~1.4.x",
"html5-boilerplate": "~4.3.0"
},
"resolutions": {
"angular": "1.4.14"
}
}