提交 c5bf180b 编写于 作者: M Minwe

update package config; update README

上级 53dc0795
......@@ -107,6 +107,12 @@ gulp
欢迎大家加入捉虫队伍,同时大家也可以分享自己的开发的 Web 组件。Fork 本项目,然后提交 Pull Request 即可。
如果你没有相关经验,建议先阅读下面的文章:
- [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)
- [The Beginner’s Guide to Contributing to Open Source Projects](http://blog.newrelic.com/2014/05/05/open-source_gettingstarted/)
- [How to Start Contributing to Open Source](http://www.developer.com/open/how-to-start-contributing-to-open-source.html)
__开发文档__
开发文档存放在 `docs/rules` 目录下,也可以通过 [Amaze UI 官网](http://amazeui.org/)查看:
......
{
"name": "AMUI",
"version": "1.0.0",
"name": "amazeui",
"version": "1.0.0-beta2-dev",
"description": "The first crossing screen front-end framework in China, for developing mobile first, responsive web projects.",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"web-components"
],
"homepage": "http://amazeui.org",
"main": [
"less/amui.less",
"dist/assets/css/amui.all.css",
"dist/assets/js/amui.js"
],
"ignore": [
"/.*",
"composer.json",
"CONTRIBUTING.md",
"docs",
"vendor/amazeui",
"vendor/seajs",
"vendor/json.format.js",
"tools",
"node_modules"
],
"authors": [
{
"name": "Minwe",
"email": "minwe@yunshipei.com",
"homepage": "http://csspod.com"
},
{
"name": "HZP",
"email": "hzp@yunshipei.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/allmobilize/amazeui.git"
},
"dependencies": {
"zepto": "latest",
"handlebars": "latest"
}
},
"license": "MIT"
}
{
"name": "allmobilize/amazeui",
"description": "The first crossing screen front-end framework in China, for developing mobile first, responsive web projects.",
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"web-components"
],
"homepage": "http://amazeui.org",
"authors": [
{
"name": "Minwe",
"email": "minwe@yunshipei.com",
"homepage": "http://csspod.com"
},
{
"name": "HZP",
"email": "hzp@yunshipei.com"
}
],
"support": {
"issues": "https://github.com/allmobilize/amazeui/issues"
},
"license": "MIT"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册