Skip to content

Commit

Permalink
add maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzie committed Jun 5, 2013
1 parent e05aa31 commit aa9ed0a
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"family": "arale",
"name": "widget",
"version": "1.1.0",
"description": "Widget 是 UI 组件的基础类,约定了组件的基本生命周期,实现了一些通用功能。基于 Widget 可以构建出任何你想要的 Web 界面组件。",
"keywords": ["infrastructure", "ui"],
"homepage": "http://aralejs.org/widget/",
"repository": {
"type": "git",
"url": "https://github.com/aralejs/widget.git"
},
"bugs": {
"url": "https://github.com/aralejs/widget/issues"
},
"spm": {
"alias": {
"$": "$",
"base": "arale/base/1.1.0/base"
"family": "arale",
"name": "widget",
"version": "1.1.0",
"description": "Widget 是 UI 组件的基础类,约定了组件的基本生命周期,实现了一些通用功能。基于 Widget 可以构建出任何你想要的 Web 界面组件。",
"keywords": ["infrastructure", "ui"],
"homepage": "http://aralejs.org/widget/",
"author": "贯高 <[email protected]>",
"maintainers": [
"玉伯 <[email protected]>",
"贯高 <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/aralejs/widget.git"
},
"output": ["widget.js"]
}
"bugs": {
"url": "https://github.com/aralejs/widget/issues"
},
"spm": {
"alias": {
"$": "$",
"base": "arale/base/1.1.0/base"
},
"output": ["widget.js"]
}
}

0 comments on commit aa9ed0a

Please sign in to comment.