mirror of
https://github.com/Aviortheking/game-of-life.js.git
synced 2025-06-24 15:19:19 +00:00
Initial Commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "game-of-life",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://git.delta-wings.net/Avior/game-of-life.js",
|
||||
"author": "Avior <florian.bouillon@delta-wings.net>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"watch": "webpack --progress --profile --colors --watch --mode='development'",
|
||||
"build:prod": "webpack --progress --profile --colors --mode='production'",
|
||||
"build:dev": "webpack --progress --profile --colors --mode='development'"
|
||||
},
|
||||
"dependencies": {
|
||||
"ts-loader": "^6.1.2",
|
||||
"typescript": "^3.6.3",
|
||||
"webpack": "^4.41.0",
|
||||
"webpack-cli": "^3.3.9"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user