UPDATE package.jsn
This commit is contained in:
parent
856ce1a75b
commit
8c0356159f
21
package.json
21
package.json
@ -1,7 +1,13 @@
|
||||
{
|
||||
"name": "best-resume-ever",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"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",
|
||||
"scripts": {
|
||||
"server": "node --harmony-async-await src/server.js",
|
||||
"less": "node --harmony-async-await src/compileLess.js",
|
||||
@ -9,18 +15,8 @@
|
||||
"readme": "node --harmony-async-await src/renderReadMe.js",
|
||||
"start": "npm run babel && npm run less && npm run server",
|
||||
"dev": "watch 'npm start' src/ resumes/ less/",
|
||||
"pdf": "node --harmony-async-await src/htmlToPdf.js"
|
||||
"pdf": "concurrently \"npm start\" \"sleep 5000 && echo \"alsdkjlaksjdlkajsdlajsd\"\""
|
||||
},
|
||||
"pre-commit": [
|
||||
"less",
|
||||
"readme"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/salomonelli/beautifulCV.git"
|
||||
},
|
||||
"author": "salomonelli",
|
||||
"homepage": "https://salomonelli.github.io/beautifulCV/",
|
||||
"dependencies": {
|
||||
"@typopro/web-montserrat": "^3.4.9",
|
||||
"babel-cli": "^6.22.2",
|
||||
@ -48,7 +44,6 @@
|
||||
"npm-font-open-sans-condensed": "^1.0.3",
|
||||
"open-sans-fontface": "^1.4.0",
|
||||
"path": "^0.12.7",
|
||||
"pre-commit": "^1.2.2",
|
||||
"raleway-webfont": "^3.0.1",
|
||||
"request": "^2.79.0",
|
||||
"request-promise": "^4.1.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user