Files
jsonresume-theme-short/package.json
Mattias Erming 2af36eb2c1 Render properties
2014-07-25 18:17:50 -07:00

20 lines
461 B
JSON

{
"name": "jsonresume-theme-boilerplate",
"version": "0.0.0",
"description": "Boilerplate theme for JSON Resume",
"author": "Mattias Erming",
"main": "index.js",
"scripts": {
"start": "node serve.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/jsonresume-theme-boilerplate"
},
"license": "MIT",
"dependencies": {
"handlebars": "^2.0.0-alpha.4",
"resume-schema": "jsonresume/resume-schema"
}
}