diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..6b9eeeeafc8d52e7ad0f5885d89d836e80fb656c --- /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