From a7467d7502bb7f82455639463767e949385f9c42 Mon Sep 17 00:00:00 2001 From: pangxie1991 Date: Wed, 8 Feb 2017 17:28:43 +0800 Subject: [PATCH] add package json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..a735562a --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "zanui-weapp", + "version": "2.0.0", + "description": "高颜值、好用、易扩展的小程序 UI 库,Powered by 有赞", + "main": "app.js", + "directories": { + "example": "example" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/youzan/zanui-weapp.git" + }, + "author": "youzan", + "license": "ISC", + "bugs": { + "url": "https://github.com/youzan/zanui-weapp/issues" + }, + "homepage": "https://github.com/youzan/zanui-weapp#readme" +}