14 lines
298 B
JSON
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"
|
|
}
|
|
}
|