15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"name": "twists-and-shapes-and-turns",
|
|
"version": "0.0.1",
|
|
"description": "This is a game about crazy inventions",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npx http-server .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ayo and Kahel",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"matter-js": "^0.18.0"
|
|
}
|
|
}
|