Prototyping

This commit is contained in:
thomasdavis 2014-07-08 14:44:13 +10:00
parent 5eeb1a9c66
commit dec8f75fcb
2 changed files with 27 additions and 0 deletions

8
index.js Normal file
View File

@ -0,0 +1,8 @@
function export (resumeObject) {
return 'Template';
};
module.exports = {
export: export
}

19
package.json Normal file
View 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"
}