-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "barrierbreakers",
"version": "1.0.0",
"description": "Prototype of an interactive gaming experience to help 15-18 y/o girlss develop soft skills. More info: https://github.com/womenhackfornonprofits/whfnp-wiki/wiki/Current-Projects#barrier-breakers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FadumaM/barrierbreakers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FadumaM/barrierbreakers/issues"
},
"homepage": "https://github.com/FadumaM/barrierbreakers#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"express-jwt": "^3.4.0",
"jsonwebtoken": "^7.0.0",
"method-override": "^2.3.6",
"mongoose": "^4.4.19",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"qs": "^6.2.0",
"request-promise": "^3.0.0",
"validator": "^5.3.0"
}
}