UNPKG

stefano-cudini-cv

Version:

Stefano Cudini - Curriculum Vitae

39 lines (38 loc) 829 B
{ "name": "stefano-cudini-cv", "version": "1.2.1", "description": "Stefano Cudini - Curriculum Vitae", "main": "index.html", "repository": { "type": "git", "url": "git://github.com/stefanocudini/cv.git" }, "keywords": [ "cv", "gis", "maps", "linux", "resume", "leaflet", "meteorjs", "developer", "javascript", "web-mapping", "openstreetmap" ], "author": { "name": "Stefano Cudini", "email": "stefano.cudini@gmail.com", "url": "https://opengeo.tech" }, "homepage": "https://stefanocudini.github.io", "license": "CC BY-SA 3.0", "scripts": { "start": "./node_modules/live-server/live-server.js", "build": "html-pdf index.html stefano-cudini-cv.pdf" }, "dependencies": { "html-pdf": "^2.2.0", "live-server": "^1.2.1" } }