-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} | ||
} |