jsonresume-theme-modern/package.json

26 lines
674 B
JSON
Raw Permalink 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",
"lodash": "^2.4.1",
2014-07-08 08:49:24 +01:00
"mustache": "^0.8.2",
2014-07-08 08:24:23 +01:00
"tarball-extract": "0.0.3"
}
2014-07-08 05:44:13 +01:00
}