first commit

This commit is contained in:
Dobie Wollert
2014-09-29 22:42:21 -07:00
commit 5151e6875d
17 changed files with 410 additions and 0 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "biomed-frontend",
"version": "0.0.1",
"devDependencies": {
"bower": "^1.3.9",
"connect-livereload": "^0.4.0",
"event-stream": "^3.1.7",
"express": "^4.8.5",
"gulp": "^3.8.7",
"gulp-angular-templatecache": "^1.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-ng-annotate": "^0.3.0",
"gulp-plumber": "^0.6.5",
"gulp-sass": "^0.7.3",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^0.3.1",
"request": "^2.40.0",
"tiny-lr": "^0.1.0"
}
}