-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 852 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
{
"name": "stopwatch",
"version": "1.0.0",
"description": "this is the data file from stopwacth by Anaïs Gilbert",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoshinodev/Stopwatch.git"
},
"keywords": [
"data",
"stopwatch",
"record"
],
"author": "Anaïs Gilbert",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoshinodev/Stopwatch/issues"
},
"homepage": "https://github.com/yoshinodev/Stopwatch#readme",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.9",
"body-parser": "^1.20.0",
"dayjs": "^1.11.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"http-server": "^14.1.0",
"mysql": "^2.18.1",
"nodejs": "^0.0.0",
"requirejs": "^2.3.6"
}
}