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
+8 -1
View File
@@ -1,3 +1,10 @@
{
"name": "z-field"
"name": "@youzan/z-field",
"version": "0.0.1",
"description": "form field component",
"main": "./index.js",
"author": "zhangmin <zhangmin@youzan.com>",
"license": "MIT",
"devDependencies": {},
"dependencies": {}
}