From 26553bd7259b5079da4c2036e026cdccd870a74e Mon Sep 17 00:00:00 2001 From: youngjuning <1003719811@qq.com> Date: Mon, 23 Apr 2018 17:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=88=B0=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..8c117a4 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "wx-promise-pro", + "version": "2.0.2", + "description": "强大的、优雅的小程序 Promise 库", + "main": "wxPromise.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/youngjuning/wxPromise.git" + }, + "keywords": [ + "promise", + "es6", + "then", + "catch", + "finally", + "小程序", + "weapp", + "miniapp", + "weixin" + ], + "author": "youngjuning", + "license": "MIT", + "bugs": { + "url": "https://github.com/youngjuning/wxPromise/issues" + }, + "homepage": "https://github.com/youngjuning/wxPromise#readme" +}