Skip to content

Commit

Permalink
Merge pull request #12 from FAC-11/filestructures
Browse files Browse the repository at this point in the history
File structure and package json
  • Loading branch information
Jen-Harris authored Sep 28, 2017
2 parents 068bc87 + 0ad4f0a commit 7c5ad3d
Show file tree
Hide file tree
Showing 42 changed files with 5,385 additions and 0 deletions.
Empty file added .travis.yml
Empty file.
Empty file added anxiouscalm.hbs
Empty file.
Empty file added anxiouscalmmodal.hbs
Empty file.
Empty file added background.hbs
Empty file.
Empty file added finishscreen.hbs
Empty file.
5,345 changes: 5,345 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "allaboutme",
"version": "1.0.0",
"description": "A Founders & Coders project in collaboration with the Anna Freud Center. Made by [Constantina](https://github.com/polyccon), [Dak](https://github.com/dangerdak), [Jen](https://github.com/Jen-Harris) & [Rebeca](https://github.com/rebecacalvoquintero)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC-11/AllAboutMe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC-11/AllAboutMe/issues"
},
"homepage": "https://github.com/FAC-11/AllAboutMe#readme",
"dependencies": {
"body-parser": "^1.18.2",
"crypto": "^1.0.1",
"env2": "^2.2.0",
"express": "^4.15.5",
"express-handlebars": "^3.0.0",
"pg": "^7.3.0",
"tachyons-custom": "^4.6.0"
},
"devDependencies": {
"codecov": "^2.3.0",
"eslint": "^4.7.2",
"nodemon": "^1.12.1",
"nyc": "^11.2.1",
"supertest": "^3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
}
Empty file added public/theme.css
Empty file.
Empty file added send.hbs
Empty file.
Empty file added src/app.js
Empty file.
Empty file added src/controllers/basicinfo.js
Empty file.
Empty file added src/controllers/homescreen.js
Empty file.
Empty file added src/controllers/newuserinfo.js
Empty file.
Empty file added src/controllers/progress.js
Empty file.
Empty file added src/controllers/symptoms.js
Empty file.
Empty file added src/controllers/welcomeback.js
Empty file.
Empty file added src/dictionary/errorMessages.js
Empty file.
Empty file added src/index.js
Empty file.
Empty file added src/model/database/dbBuild.js
Empty file.
Empty file added src/model/database/dbBuild.sql
Empty file.
Empty file.
Empty file added src/model/dbQueries.js
Empty file.
Empty file added src/views/basicinfo.hbs
Empty file.
Empty file added src/views/helpers/index.js
Empty file.
Empty file added src/views/homescreen.hbs
Empty file.
Empty file added src/views/layouts/main.hbs
Empty file.
Empty file added src/views/newuserinfo.hbs
Empty file.
Empty file added src/views/partials/footer.hbs
Empty file.
Empty file added src/views/partials/header.hbs
Empty file.
Empty file.
Empty file added src/views/partials/navbar.hbs
Empty file.
Empty file added src/views/partials/signOut.hbs
Empty file.
Empty file added src/views/progress.hbs
Empty file.
Empty file added src/views/symptoms.hbs
Empty file.
Empty file added src/views/welcomeback.hbs
Empty file.
Empty file added strengths.hbs
Empty file.
Empty file added strengthsmodal.hbs
Empty file.
Empty file added tests/backend.test.js
Empty file.
Empty file added tests/frontend.test.js
Empty file.
Empty file added whatdoyoulike.hbs
Empty file.
Empty file added whatdoyoulikemodal.hbs
Empty file.
Empty file added whathelpsyoukeep.hbs
Empty file.

0 comments on commit 7c5ad3d

Please sign in to comment.