forked from EndMove/EndG-2048
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "endg-2048",
|
|
"version": "1.0.0",
|
|
"description": "2048 game for EndStorage 2048.g.endmove.eu",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node-sass assets/style -o assets/style"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.endmove.eu/EndMove/EndG-2048.git"
|
|
},
|
|
"author": "See commiter",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"node-sass": "^7.0.3"
|
|
}
|
|
}
|