-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 946 Bytes
/
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": "nc-news-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha spec",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SemraSh/nc-news-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SemraSh/nc-news-backend/issues"
},
"homepage": "https://github.com/SemraSh/nc-news-backend#readme",
"dependencies": {
"async": "^2.6.0",
"body-parser": "^1.18.2",
"chance": "^1.0.13",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"log4js": "^2.5.3",
"moment": "^2.20.1",
"mongoose": "^5.0.1",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.9.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.17.0",
"nodemon": "^1.14.11",
"supertest": "^3.0.0"
}
}