-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "nodejs-express-example",
"version": "1.0.0",
"description": "給親愛學弟妹的node.js架站教學,使用express套件。express的官方文件在此:https://expressjs.com/\r 而開發環境方面,建議你們使用Visual Studio Code(不是Visual Studio喔,不一樣),下載網址: https://code.visualstudio.com/download",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"express": "^4.17.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26"
},
"devDependencies": {},
"scripts": {
"test": "node index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaac0625/nodejs-express-example.git"
},
"keywords": [
"node.js",
"html"
],
"author": "Isaac",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaac0625/nodejs-express-example/issues"
},
"homepage": "https://github.com/isaac0625/nodejs-express-example#readme"
}