From 4252a8f9745d1ee1b56bc8c9cdce645c3c5ae7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E5=BF=97=E5=BA=B7?= Date: Wed, 26 Oct 2022 18:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6ec7c10 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "2048", + "version": "1.0.0", + "description": "A small clone of [1024](https://play.google.com/store/apps/details?id=com.veewo.a1024), based on [Saming's 2048](http://saming.fr/p/2048/) (also a clone).", + "main": "index.js", + "scripts": { + "dev": "live-server" + }, + "repository": { + "type": "git", + "url": "https://gitcode.net/cloud-ide/2048.git" + }, + "author": "Aresn", + "license": "MIT", + "dependencies": { + "live-server": "^1.2.2" + } +} + -- GitLab