-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "car",
"version": "1.0.0",
"description": "Car physics simulation",
"main": "src/index.js",
"directories": {},
"dependencies": {
"bezier-js": "^2.6.1",
"chart.js": "^2.9.3",
"voronoi": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.2",
"html-webpack-plugin": "^4.3.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --mode=development",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manassarpatwar/WatchCarsLearn.git"
},
"keywords": [
"Car",
"physics",
"Race",
"track",
"Javascript",
"NeuroEvolution",
"Genetic Algorithm",
"Neuro Evolution of Augmenting topologies"
],
"author": "manassarpatwar",
"license": "MIT",
"bugs": {
"url": "https://github.com/manassarpatwar/WatchCarsLearn/issues"
},
"homepage": "https://github.com/manassarpatwar/WatchCarsLearn#readme"
}