-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 846 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
{
"name": "@kariminf/cv.json",
"version": "2.0.0",
"description": "CV webpage dynamically created from a json file and a template",
"main": "cv.json.js",
"bin": "install.js",
"keywords": [
"cv",
"json",
"resume",
"curriculum vitae",
"cv generator",
"personal webpage"
],
"repository": "https://github.com/kariminf/cv.json.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "Abdelkrime Aries <[email protected]>",
"license": "Apache-2.0",
"files": [
"info/*",
"themes/*",
"cv.json",
"cv.json.js",
"install.js",
"index_node.html",
"profile.jpg",
"CREDITS.md"
],
"dependencies": {
"ecstatic": "^4.1.4",
"ncp": "^2.0.0"
},
"devDependencies": {
"http-server": "^14.1.1",
"yuidoc-marviq-theme": "^0.1.5"
}
}