21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"name": "snek",
|
|
"version": "1.0.0",
|
|
"description": "A simple Snake",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "make",
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@ssh.gitdab.com:Codinget/Snek.git"
|
|
},
|
|
"author": "Codinget",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"less": "^3.11.1"
|
|
}
|
|
}
|