增加package
Showing
package.json
0 → 100644
| { | |||
| "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" | |||
| } | |||
| } | |||
想要评论请 注册 或 登录