-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 882 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
32
33
34
35
36
37
{
"name": "resume",
"version": "2.0.0",
"description": "My Personal Online Resume",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avishek143/resume.git"
},
"keywords": [
"resume",
"personal",
"profile"
],
"author": "Avishek Banerjee",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/avishek143/resume/issues"
},
"homepage": "https://github.com/avishek143/resume#readme",
"devDependencies": {
"bootstrap": "^5.0.1",
"bootstrap-icons": "^1.5.0",
"browserify": "^17.0.0",
"chart.js": "^3.3.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"node-sass": "^6.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}