mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +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,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fluentcv/fluentcmd.git"
|
||||
"url": "https://github.com/fluentdesk/fluentcmd.git"
|
||||
},
|
||||
"keywords": [
|
||||
"resume",
|
||||
@ -17,27 +17,15 @@
|
||||
"license": "UNLICENSED",
|
||||
"preferGlobal": "true",
|
||||
"bugs": {
|
||||
"url": "https://github.com/fluentcv/fluentcmd/issues"
|
||||
"url": "https://github.com/fluentdesk/fluentcmd/issues"
|
||||
},
|
||||
"main": "src/fluentcmd.js",
|
||||
"bin": {
|
||||
"fluentcmd": "src/index.js"
|
||||
},
|
||||
"homepage": "https://github.com/fluentcv/fluentcmd",
|
||||
"homepage": "https://github.com/fluentdesk/fluentcmd",
|
||||
"dependencies": {
|
||||
"fluentlib": "file:..\\fluentlib",
|
||||
"fs-extra": "^0.24.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"
|
||||
"minimist": "^1.2.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user