-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 787 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 787 Bytes
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
{
"name": "step173-2020",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server",
"build": "cd ubg && npm run build",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleinterns/step173-2020.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/googleinterns/step173-2020/issues"
},
"homepage": "https://github.com/googleinterns/step173-2020#readme",
"devDependencies": {
"htmllint-cli": "0.0.7",
"markdownlint": "^0.20.4",
"markdownlint-cli": "^0.23.2",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"express": "^4.17.1",
"socket.io": "^2.3.0"
}
}