-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 939 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": "versions_control_software",
"version": "2.1.6",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "korel kashri",
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2",
"mongoose": "^5.13.20",
"fuse.js": "^3.4.6",
"mongoose-timestamp": "^0.6.0",
"client-sessions": "^0.8.0",
"assert": "^2.0.0",
"ejs": "^3.1.7",
"moment": "^2.29.4",
"password-hasher": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/korelkashri/VersionsTrack"
},
"engines": {
"node": ">= 12.13.0",
"npm": ">= 6.12.0"
},
"keywords": [
"node",
"versions-track",
"offline-capable",
"offline-systems",
"version-control-system",
"version-manager"
],
"license": "MIT",
"devDependencies": {
"mark.js": "^8.11.1"
}
}