From c10fabab77574a7ce9530fdea38a90f71a16458e Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 23 Mar 2020 19:47:12 +0800 Subject: [PATCH] add package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f7e7f7c --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "unify", + "version": "1.0.0", + "description": "components and scripts for uniapp", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.faronear.org/npm/unify" + }, + "author": "luk.lu", + "license": "ISC" +}