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" +}