mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Scrub package.json.
Remove unused dependencies and update GitHub endpoint.
This commit is contained in:
parent
7c578703c4
commit
6abb1ff4d7
20
package.json
20
package.json
@ -5,7 +5,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fluentcv/fluentcmd.git"
|
"url": "https://github.com/fluentdesk/fluentcmd.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"resume",
|
"resume",
|
||||||
@ -17,27 +17,15 @@
|
|||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"preferGlobal": "true",
|
"preferGlobal": "true",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/fluentcv/fluentcmd/issues"
|
"url": "https://github.com/fluentdesk/fluentcmd/issues"
|
||||||
},
|
},
|
||||||
"main": "src/fluentcmd.js",
|
"main": "src/fluentcmd.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"fluentcmd": "src/index.js"
|
"fluentcmd": "src/index.js"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/fluentcv/fluentcmd",
|
"homepage": "https://github.com/fluentdesk/fluentcmd",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fluentlib": "file:..\\fluentlib",
|
"fluentlib": "file:..\\fluentlib",
|
||||||
"fs-extra": "^0.24.0",
|
"minimist": "^1.2.0"
|
||||||
"html": "0.0.10",
|
|
||||||
"is-my-json-valid": "^2.12.2",
|
|
||||||
"jst": "0.0.13",
|
|
||||||
"marked": "^0.3.5",
|
|
||||||
"minimist": "^1.2.0",
|
|
||||||
"moment": "^2.10.6",
|
|
||||||
"underscore": "^1.8.3",
|
|
||||||
"wkhtmltopdf": "^0.1.5",
|
|
||||||
"xml-escape": "^1.0.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"blueprint": "^2.1.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user