radio components

This commit is contained in:
cookfront
2017-02-12 12:53:22 +08:00
parent 906f2fad07
commit 7a21b3abde
6 changed files with 60 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "<%= name %>",
"version": "<%= version %>",
"description": "<%= description %>",
"main": "./lib/index.js",
"author": "<%= author %>",
"license": "<%= license %>",
"devDependencies": {},
"dependencies": {}
}