-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from FAC-11/filestructures
File structure and package json
- Loading branch information
Showing
42 changed files
with
5,385 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.