File tree 1 file changed +5
-19
lines changed
1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " express-typescript-boilerplate" ,
2
+ "name" : " customized- express-typescript-boilerplate" ,
3
3
"version" : " 3.2.0" ,
4
4
"description" : " A delightful way to building a Node.js RESTful API Services with beautiful code written in TypeScript" ,
5
5
"main" : " src/app.ts" ,
13
13
"engines" : {
14
14
"node" : " >=8.0.0"
15
15
},
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" ,
17
17
"keywords" : [
18
18
" NodeJS" ,
19
19
" TypeScript" ,
20
20
" express" ,
21
21
" boilerplate" ,
22
22
" 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"
39
24
],
25
+ "homepage" : " https://github.com/BlizzardBlue/customized-express-typescript-boilerplate" ,
26
+ "author" : " JiYun Kim <dbdb6151@gmail.com>" ,
40
27
"dependencies" : {
41
28
"bcrypt" : " 3.0.1" ,
42
29
"chalk" : " ^2.4.1" ,
97
84
"testEnvironment" : " node" ,
98
85
"setupTestFrameworkScriptFile" : " ./test/unit/lib/setup.ts"
99
86
},
100
- "license" : " MIT" ,
101
87
"devDependencies" : {
102
88
"@types/bcrypt" : " ^2.0.0" ,
103
89
"@types/bluebird" : " ^3.5.18" ,
You can’t perform that action at this time.
0 commit comments