snake-gaming/package.json
2025-09-21 18:16:19 +05:00

14 lines
298 B
JSON

{
"name": "snake-gaming",
"version": "0.1.0",
"description": "Top ten snakes",
"main": "gaming.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kimapr",
"dependencies": {
"klh-util": "git+https://git.kimapr.net/kimapr/klh-util.js"
}
}