-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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": "onefeed",
"version": "1.0.0",
"description": "OneFeed app for combining user feeds",
"main": "server.js",
"scripts": {
"pretest": "eslint ./",
"test": "jest",
"start": "nodemon server.js"
},
"author": "z----2",
"license": "ISC",
"private": true,
"dependencies": {
"eslint": "^5.16.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"jest": "^24.7.1",
"lodash": ">=4.17.13",
"nock": "^10.0.6",
"node-fetch": "^2.3.0",
"nodemon": "^1.19.0",
"oauth-signature": "^1.5.0",
"passport": "^0.4.0",
"passport-instagram": "^1.0.0",
"passport-reddit": "^0.2.4",
"passport-tumblr": "^0.1.2",
"passport-twitter": "^1.0.4",
"passport-youtube-v3": "^2.1.0",
"path": "^0.12.7",
"supertest": "^4.0.2"
},
"devDependencies": {}
}