jsonresume-themeutils
Version:
Utility methods for jsonresume theme developers
32 lines (31 loc) • 702 B
JSON
{
"name": "jsonresume-themeutils",
"version": "1.4.3",
"description": "Utility methods for jsonresume theme developers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jsonresume/theme-utils.git"
},
"keywords": [
"jsonresume",
"theme",
"utils",
"utility",
"functions"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsonresume/theme-utils/issues"
},
"homepage": "https://github.com/jsonresume/theme-utils",
"dependencies": {
"gravatar": "^1.5.2",
"moment": "^2.13.0",
"underscore": "^1.8.3"
}
}