jsonresume-theme-modern/package.json

26 lines
675 B
JSON
Raw Normal View History

2014-07-08 05:44:13 +01:00
{
"name": "jsonresume-theme-modern",
2014-07-31 05:02:34 +01:00
"version": "0.0.18",
2014-07-08 05:44:13 +01:00
"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"
},
2014-07-08 08:24:23 +01:00
"homepage": "https://github.com/jsonresume/jsonresume-theme-modern",
"dependencies": {
2014-07-08 08:45:52 +01:00
"gravatar": "^1.0.6",
2017-10-26 10:02:23 +01:00
"lodash": "^4.17.4",
"mustache": "^2.3.0",
"tarball-extract": "0.0.6"
2014-07-08 08:24:23 +01:00
}
2014-07-08 05:44:13 +01:00
}