-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
36
37
38
39
40
41
{
"name": "enterpair-api",
"version": "1.0.0",
"description": "enterpair-api: find developers in your location to work with on projects and attend events together.",
"main": "app.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon ./server.js",
"devstart": "nodemon ./server.js",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emmaodia/enterpair-api.git"
},
"author": "Emmanuel Oaikhenan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/emmaodia/enterpair-api/issues"
},
"homepage": "https://github.com/emmaodia/enterpair-api#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chai-as-promised": "^7.1.1",
"connect-ensure-login": "^0.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongo": "^0.1.0",
"mongodb": "^3.4.1",
"mongoose": "^5.8.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^7.0.0",
"nodemon": "^2.0.2",
"mongoose": "^5.8.11",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0"
}
}