-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 KB
/
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
{
"title": "Alaa Abdelfattah CV",
"name": "alaaabdelfattah-cv",
"version": "1.0.1",
"description": "The CV of Alaa B. Abdelfattah, a software developer specializd in geospatial technologies and Geographic Information Systems.",
"homepage": "https://www.linkedin.com/in/alaabakry/",
"license": "MIT",
"author": "Alaa Abdelfattah",
"contributors": [
"Alaa Abdelfattah (https://github.com/alaacs)"
],
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alaacs/alaabio.git"
},
"dependencies": {
"angular": "^1.7.2",
"body-parser": "^1.18.3",
"bootstrap": ">=4.1.2",
"consolidate": "^0.15.1",
"devicon": "^2.0.0",
"express": "^4.16.3",
"font-awesome": "^4.7.0",
"jquery": "3.3.1",
"jquery-ui-dist": "^1.12.1",
"leaflet": "^1.3.3",
"leaflet.markercluster": "^1.3.0",
"mustache": "^2.3.2",
"path": "^0.12.7",
"simple-line-icons": "^2.4.1"
}
}