-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"name": "clinica",
"version": "1.0.0",
"description": "aplicatie de parsare a fisierelor JSON si XML",
"main": "App.js",
"dependencies": {
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"express": "^4.17.1",
"ejs": "^3.0.2",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"multer": "^1.4.2",
"path": "^0.12.7",
"serve-static": "^1.14.1",
"session": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IuliaBlindu/xis.git"
},
"author": "Iulia Blindu",
"license": "ISC",
"bugs": {
"url": "https://github.com/IuliaBlindu/xis/issues"
},
"homepage": "https://github.com/IuliaBlindu/xis#readme"
}