-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1020 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
42
43
{
"name": "application-task",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"aylien_textapi": "^0.6.0",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"console.table": "^0.10.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"fluent-logger": "^2.6.1",
"jade": "^1.11.0",
"json2csv": "^4.0.2",
"mongoose": "^5.0.15",
"morgan": "^1.9.0",
"newsapi": "^2.2.2",
"path": "^0.12.7",
"request": "^2.83.0",
"twitter": "^1.7.1"
},
"devDependencies": {
"mocha": "^5.0.0"
},
"scripts": {
"test": "mocha",
"start": "node bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saurabh3012/Application-task.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Saurabh3012/Application-task/issues"
},
"homepage": "https://github.com/Saurabh3012/Application-task#readme"
}