Skip to content

Commit 1e543f0

Browse files
committed
package.json 수정
1 parent 3fd6417 commit 1e543f0

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

package.json

+5-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "express-typescript-boilerplate",
2+
"name": "customized-express-typescript-boilerplate",
33
"version": "3.2.0",
44
"description": "A delightful way to building a Node.js RESTful API Services with beautiful code written in TypeScript",
55
"main": "src/app.ts",
@@ -13,30 +13,17 @@
1313
"engines": {
1414
"node": ">=8.0.0"
1515
},
16-
"repository": "git+ssh://git@github.com/w3tec/express-typescript-boilerplate.git",
16+
"repository": "git+ssh://git@github.com:BlizzardBlue/customized-express-typescript-boilerplate.git",
1717
"keywords": [
1818
"NodeJS",
1919
"TypeScript",
2020
"express",
2121
"boilerplate",
2222
"skeleton",
23-
"starter-kit",
24-
"w3tec.ch"
25-
],
26-
"homepage": "https://github.com/w3tec/express-typescript-boilerplate#readme",
27-
"author": "w3tec.ch <info@w3tec.ch>",
28-
"contributors": [
29-
{
30-
"name": "David Weber",
31-
"email": "david.weber@w3tec.ch",
32-
"url": "https://github.com/dweber019"
33-
},
34-
{
35-
"name": "Gery Hirschfeld",
36-
"email": "gery.hirschfeld@w3tec.ch",
37-
"url": "https://github.com/hirsch88"
38-
}
23+
"starter-kit"
3924
],
25+
"homepage": "https://github.com/BlizzardBlue/customized-express-typescript-boilerplate",
26+
"author": "JiYun Kim <dbdb6151@gmail.com>",
4027
"dependencies": {
4128
"bcrypt": "3.0.1",
4229
"chalk": "^2.4.1",
@@ -97,7 +84,6 @@
9784
"testEnvironment": "node",
9885
"setupTestFrameworkScriptFile": "./test/unit/lib/setup.ts"
9986
},
100-
"license": "MIT",
10187
"devDependencies": {
10288
"@types/bcrypt": "^2.0.0",
10389
"@types/bluebird": "^3.5.18",

0 commit comments

Comments
 (0)