components package.json

This commit is contained in:
cookfront
2017-02-24 19:07:43 +08:00
parent f1d65f6a78
commit 333012b8d2
10 changed files with 53 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "<%= name %>",
"version": "<%= version %>",
"description": "<%= description %>",
"main": "./lib/index.js",
"author": "<%= author %>",
"license": "<%= license %>",
"name": "@youzan/z-dialog",
"version": "0.0.1",
"description": "dialog component",
"main": "./index.js",
"author": "zhangmin <zhangmin@youzan.com>",
"license": "MIT",
"devDependencies": {},
"dependencies": {}
}