mirror of
https://github.com/JuanCanham/jsonresume-theme-modern.git
synced 2024-11-22 08:20:11 +00:00
Prototyping
This commit is contained in:
parent
5eeb1a9c66
commit
dec8f75fcb
8
index.js
Normal file
8
index.js
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
function export (resumeObject) {
|
||||
return 'Template';
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
export: export
|
||||
}
|
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "jsonresume-theme-modern",
|
||||
"version": "0.0.1",
|
||||
"description": "jsonresume-theme-modern =======================",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jsonresume/jsonresume-theme-modern.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsonresume/jsonresume-theme-modern/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jsonresume/jsonresume-theme-modern"
|
||||
}
|
Loading…
Reference in New Issue
Block a user