-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 856 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
34
35
36
37
{
"name": "ssstarbuck",
"version": "1.0.0",
"description": "coffee,starbusk,星巴克,咖啡",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weishaodaren/SSStarbuck.git"
},
"keywords": [
"starbuck",
"星巴克",
"coffee",
"咖啡"
],
"author": "Zhao JiaWei",
"license": "MIT",
"bugs": {
"url": "https://github.com/weishaodaren/SSStarbuck/issues"
},
"homepage": "https://github.com/weishaodaren/SSStarbuck#readme",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"mysql": "^2.16.0"
},
"devDependencies": {
"css-loader": "^2.1.1",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
}