CyberEgg 2077
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
1.2 KiB

{
"name": "cyberegg2077",
"type": "module",
"version": "1.0.0",
"description": "CyberEgg 2077: Interstellar Food Fight",
"niceGame": {
"title": "CyberEgg 2077: Interstellar Food Fight",
"description": "In a world where memes come to life, a pineapple takes on evil and wins!"
},
"scripts": {
"develop": "node nice-harness.js",
"bundle-build": "./bundle-build",
"bundle-submit": "node bundle-submit.js"
},
"repository": "https://git.digitaltelepresence.com/rob/cyberegg2077.git",
"author": "Rob Colbert",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"dotenv": "^16.0.0",
"dtp-nice-game": "https://git.digitaltelepresence.com/digital-telepresence/dtp-nice-game.git",
"express": "^4.17.3",
"node-fetch": "^3.2.3",
"numeral": "^2.0.6",
"pug": "^3.0.2"
},
"devDependencies": {
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.1",
"jshint": "^2.13.4",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-middleware": "^5.3.1"
}
}