ADD roboto

This commit is contained in:
pubkey 2017-03-06 17:38:58 +01:00
parent 5bc7cd5852
commit 39d2dff02f

View File

@ -1,76 +1,76 @@
{
"name": "best-resume-ever",
"version": "1.0.0",
"description": "Collection of multiple resumes build with LESS and Mustache Templates.",
"repository": {
"type": "git",
"url": "git+https://github.com/salomonelli/best-resume-ever"
},
"author": "salomonelli",
"homepage": "https://github.com/salomonelli/best-resume-ever",
"keywords": [
"resume",
"template",
"mustache",
"less",
"cv",
"curriculum",
"vitae",
"electron",
"grunt"
],
"scripts": {
"server": "node --harmony-async-await src/app.js server",
"dev": "grunt --verbose",
"pdf": "concurrently \"npm run server\" \"grunt --gruntfile GruntfilePdf.js --verbose\"",
"lint": "eslint src/"
},
"dependencies": {
"@typopro/web-montserrat": "3.4.9",
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-preset-es2015": "6.22.0",
"buffer-to-string": "0.1.0",
"clean-css": "4.0.8",
"electroshot": "1.2.0",
"express": "4.15.0",
"font-awesome": "4.7.0",
"fs": "0.0.2",
"hogan-express": "0.5.2",
"html-pdf": "2.1.0",
"html-to-pdf": "0.1.11",
"http": "0.0.0",
"jquery": "3.1.1",
"less": "2.7.2",
"less-plugin-clean-css": "1.5.1",
"local-web-server": "1.2.6",
"markdown-to-html": "0.0.13",
"material-design-icons": "3.0.1",
"mustache": "2.3.0",
"mustache-express": "1.2.4",
"normalize.css": "5.0.0",
"npm-font-open-sans-condensed": "1.0.3",
"open-sans-fontface": "1.4.0",
"path": "0.12.7",
"phantomjs-prebuilt": "2.1.14",
"raleway-webfont": "3.0.1",
"request": "2.80.0",
"request-promise": "4.1.1",
"roboto-fontface": "0.7.0",
"showdown": "1.6.4",
"typeface-chivo": "0.0.22",
"write": "0.3.2"
},
"devDependencies": {
"concurrently": "3.4.0",
"eslint": "3.17.0",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-bg-shell": "2.3.3",
"grunt-cli": "1.2.0",
"grunt-contrib-watch": "1.0.0",
"grunt-exec": "2.0.0",
"load-grunt-tasks": "3.5.2",
"reload": "1.1.1"
}
"name": "best-resume-ever",
"version": "1.0.0",
"description": "Collection of multiple resumes build with LESS and Mustache Templates.",
"repository": {
"type": "git",
"url": "git+https://github.com/salomonelli/best-resume-ever"
},
"author": "salomonelli",
"homepage": "https://github.com/salomonelli/best-resume-ever",
"keywords": [
"resume",
"template",
"mustache",
"less",
"cv",
"curriculum",
"vitae",
"electron",
"grunt"
],
"scripts": {
"server": "node --harmony-async-await src/app.js server",
"dev": "grunt --verbose",
"pdf": "concurrently \"npm run server\" \"grunt --gruntfile GruntfilePdf.js --verbose\"",
"lint": "eslint src/"
},
"dependencies": {
"@typopro/web-montserrat": "3.4.9",
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-preset-es2015": "6.22.0",
"buffer-to-string": "0.1.0",
"clean-css": "4.0.8",
"electroshot": "1.2.0",
"express": "4.15.0",
"font-awesome": "4.7.0",
"fs": "0.0.2",
"hogan-express": "0.5.2",
"html-pdf": "2.1.0",
"html-to-pdf": "0.1.11",
"http": "0.0.0",
"jquery": "3.1.1",
"less": "2.7.2",
"less-plugin-clean-css": "1.5.1",
"local-web-server": "1.2.6",
"markdown-to-html": "0.0.13",
"material-design-icons": "3.0.1",
"mustache": "2.3.0",
"mustache-express": "1.2.4",
"normalize.css": "5.0.0",
"npm-font-open-sans-condensed": "1.0.3",
"open-sans-fontface": "1.4.0",
"path": "0.12.7",
"phantomjs-prebuilt": "2.1.14",
"raleway-webfont": "3.0.1",
"request": "2.80.0",
"request-promise": "4.1.1",
"roboto-fontface": "^0.7.0",
"showdown": "1.6.4",
"typeface-chivo": "0.0.22",
"write": "0.3.2"
},
"devDependencies": {
"concurrently": "3.4.0",
"eslint": "3.17.0",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-bg-shell": "2.3.3",
"grunt-cli": "1.2.0",
"grunt-contrib-watch": "1.0.0",
"grunt-exec": "2.0.0",
"load-grunt-tasks": "3.5.2",
"reload": "1.1.1"
}
}