12 lines
231 B
JSON
12 lines
231 B
JSON
{
|
|
"name": "game",
|
|
"version": "1.0.0",
|
|
"description": "My first game",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Arne van Iterson",
|
|
"license": "ISC"
|
|
}
|