Files
jsonresume-theme-short/package.json
Mattias Erming 3201a33e03 Initial commit
2014-07-25 10:48:10 -07:00

20 lines
443 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": "0.0.11"
}
}