-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.41 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "drag_api",
"version": "1.0.0",
"description": "drag api package",
"main": "app.js",
"scripts": {
"start": "node app.js",
"watch": "nodemon app.js && mongod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saboonikhil/Drag_API.git"
},
"author": "Nikhil Saboo <ns.nikhilsaboo@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/saboonikhil/Drag_API/issues"
},
"homepage": "https://github.com/saboonikhil/Drag_API#readme",
"dependencies": {
"app-root-path": "^3.0.0",
"async": "^2.6.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect": "~2.14.4",
"crypto": "~0.0.3",
"csprng": "~0.1.1",
"dateformat": "^3.0.3",
"express": "^4.16.3",
"gravatar": "~1.0.6",
"helmet": "^3.21.2",
"jsonwebtoken": "^8.3.0",
"jwt-simple": "^0.5.6",
"log-timestamp": "^0.3.0",
"moment": "^2.22.2",
"mongodb": "^2.2.35",
"mongoose": "^5.8.2",
"morgan": "^1.9.1",
"morgan-body": "^2.4.0",
"node-fpe": "^1.0.0",
"nodemailer": "~0.6.3",
"request": "^2.88.0",
"util": "^0.12.1",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"nodemon": "^1.17.5"
}
}