From 33b55a4c6779ac00ca4e4c116c2596a4574baf4f Mon Sep 17 00:00:00 2001 From: 62730be252b38c2668aac5b8 <62730be252b38c2668aac5b8@devide> Date: Sat, 29 Oct 2022 13:24:45 +0000 Subject: [PATCH] add package.json --- 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..6b9eeee --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "超级玛丽", + "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" + } + } + \ No newline at end of file -- GitLab