-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 841 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
{
"name": "gravity-calculator",
"version": "1.0.0",
"description": "### 2020 őszi félév - Fizika 1i IMSC plusz pont feladat",
"main": "src/main.js",
"dependencies": {
"chart.js": "^2.9.4",
"gpu.js": "^2.11.2",
"jquery": "^3.5.1",
"stats.js": "^0.17.0",
"three": "^0.124.0",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KostyalBalint/Gravity-calculator.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/KostyalBalint/Gravity-calculator/issues"
},
"homepage": "https://github.com/KostyalBalint/Gravity-calculator#readme"
}