-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "code4humans-content-api",
"version": "1.0.0",
"description": "API that serves content to Code4humans.com",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martin2786/Code4humansAPI.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.18.4"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"contentful": "^7.0.4",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.7.11",
"moment": "^2.22.2",
"mongodb": "^3.1.6",
"mongoskin": "^2.1.0",
"q": "^1.4.1",
"request": "^2.58.0",
"rootpath": "^0.1.2"
},
"bugs": {
"url": "https://github.com/martin2786/Code4humansAPI/issues"
},
"homepage": "https://github.com/martin2786/Code4humansAPI#readme"
}