-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 750 Bytes
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
{
"name": "xhr-ajax",
"version": "1.0.0",
"description": "implementing async stuff with xml ajax",
"main": "app.js",
"scripts": {
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohitdmak/xhr-ajax.git"
},
"author": "mohitdmak",
"license": "ISC",
"bugs": {
"url": "https://github.com/mohitdmak/xhr-ajax/issues"
},
"homepage": "https://github.com/mohitdmak/xhr-ajax#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"emitter": "^0.0.2",
"express": "^4.17.1",
"inherit": "^2.2.7",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.3.2",
"mongoose": "^5.11.18",
"validator": "^13.5.2"
}
}