kcv-theme-moon
Version:
Moon Json Resume Theme
38 lines • 793 B
JSON
{
"name": "kcv-theme-moon",
"version": "1.7.22",
"description": "Moon Json Resume Theme",
"main": "index.js",
"scripts": {
"test": "make test",
"preversion": "npm test",
"version": "make bump"
},
"repository": {
"type": "git",
"url": "https://github.com/karmacv/kcv-theme-moon"
},
"keywords": [
"resume",
"json",
"theme",
"moon",
"karmacv"
],
"author": "karmacv",
"license": "MIT",
"bugs": {
"url": "https://github.com/adamjmoon/resume/issues"
},
"homepage": "https://github.com/adamjmoon/resume",
"devDependencies": {
"async": "^1.4.2",
"chai": "^3.2.0",
"lodash": "^2.4.1",
"mocha": "^2.3.0",
"mustache": "^2.1.3",
"resume-cli": "^0.4.8",
"semver": "^5.0.3",
"sinon": "^1.16.1"
}
}