amazeui-custom
Version:
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
114 lines (113 loc) • 11.8 kB
JSON
{
"name": "amazeui-custom",
"title": "Amaze UI",
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
"version": "0.0.1",
"keywords": [
"AMUI",
"Amaze UI",
"AllMobile",
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"web-components"
],
"homepage": "http://amazeui.org",
"author": {
"name": "Allmobilize, Inc."
},
"scripts": {
"start": "nodemon tools/app/app.js",
"build": "gulp install && gulp",
"preview": "gulp preview"
},
"style": "dist/css/amazeui.css",
"less": "less/amazeui.less",
"main": "./dist/js/amazeui",
"repository": {
"type": "git",
"url": "git+https://github.com/allmobilize/amazeui.git"
},
"bugs": {
"url": "https://github.com/allmobilize/amazeui/issues"
},
"dependencies": {
"jquery": "latest"
},
"devDependencies": {
"bistre": "^1.0.1",
"body-parser": "~1.0.0",
"browserify": "^10.2.4",
"browserify-derequire": "^0.9.4",
"browserify-shim": "^3.8.6",
"bundle-collapser": "^1.2.0",
"cookie-parser": "~1.0.1",
"debug": "^2.2.0",
"del": "^1.2.0",
"derequire": "^2.0.0",
"errorhandler": "^1.3.6",
"express": "4.x",
"fs-extra": "^0.18.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-concat": "latest",
"gulp-header": "^1.2.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-nodemon": "^2.0.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.1",
"gulp-uglify": "latest",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"handlebars": "^3.0.3",
"hbs": "^3.0.1",
"less-middleware": "^2.0.1",
"lodash": "^3.9.3",
"morgan": "~1.0.0",
"run-sequence": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"license": "MIT",
"gitHead": "0ea435eba508cb1198fddf2b719762f160a8969b",
"_id": "amazeui-custom@2.4.2",
"_shasum": "89926d85ba2623a78bb9d4c752ca8bb8deaf3873",
"_from": "amazeui-custom@*",
"_npmVersion": "2.11.2",
"_nodeVersion": "0.12.6",
"_npmUser": {
"name": "minwe",
"email": "hegfirose@gmail.com"
},
"maintainers": [
{
"name": "minwe",
"email": "hegfirose@gmail.com"
}
],
"dist": {
"shasum": "23658dd9a7e412c3e68dd4ff38ef6104660c96f0",
"tarball": "http://registry.npmjs.org/amazeui/-/amazeui-2.4.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/amazeui/-/amazeui-2.4.2.tgz",
"readme": "<h1><a href=\"http://amazeui.org/\" title=\"Amaze UI 官网\"><img style=\"float: left\" width=\"240\" src=\"https://raw.githubusercontent.com/allmobilize/amazeui/master/vendor/amazeui/amazeui-b.png\" alt=\"Amaze UI Logo\"/></a></h1>\n\n[](https://github.com/allmobilize/amazeui)\n[](https://www.npmjs.com/package/amazeui)\n[](https://travis-ci.org/allmobilize/amazeui)\n[](https://david-dm.org/allmobilize/amazeui)\n[](https://david-dm.org/allmobilize/amazeui#info=devDependencies)\n\nAmaze UI 是基于社区开源项目构建的一个跨屏前端框架。 __[README in English](https://github.com/allmobilize/amazeui/blob/master/README_EN.md)__\n\n### [React 版](https://github.com/amazeui/amazeui-react) | [独立插件](https://github.com/amazeui)\n\n## 功能简介\n\n### 移动优先\n\n以移动优先(Mobile first)为理念,从小屏逐步扩展到大屏,最终实现所有屏幕适配,适应移动互联潮流。\n\n### 组件丰富,模块化\n\nAmaze UI 含近 20 个 CSS 组件、10 个 JS 组件,更有 17 款包含近 60 个主题的 Web 组件,可快速构建界面出色、体验优秀的跨屏页面,大幅提升开发效率。\n\n### 本地化支持\n\n相比国外框架,Amaze UI 关注中文排版,根据用户代理调整字体,实现更好的中文排版效果;兼顾国内主流浏览器及 App 内置浏览器兼容支持。\n\n### 轻量级,高性能\n\nAmaze UI 面向 HTML5 开发,使用 CSS3 来做动画交互,平滑、高效,更适合移动设备,让 Web 应用更快速载入。\n\n## 下载及使用\n\n用户可以从 [Amaze UI 官网](http://amazeui.org/getting-started) 下载打包好的模板。\n\n所有文档存放在 `docs/` 目录下,为方便查看演示效果,建议通过 [Amaze UI 官网](http://amazeui.org/)查看文档。\n\n\n## 开发及构建\n\n用户可以在 Amaze UI 的基础上进行二次开发。\n\n### 目录结构\n\n```\namazeui\n|-- HISTORY.md\n|-- LICENSE\n|-- README.md\n|-- package.json\n|-- dist # 构建目录\n|-- docs # 文档\n|-- fonts # Icon font,目前使用了 http://staticfile.org/\n|-- gulpfile.js # 构建配置文件\n|-- js # JS 文件\n|-- less # LESS 文件\n|-- tools # 相关工具\n|-- vendor\n`-- widget # Web 组件\n```\n\n### 构建工具\n\nAmaze UI 使用 [gulp.js](http://gulpjs.com/) 构建项目。\n\n首先全局安装 Gulp:\n\n```\nnpm install -g gulp\n```\n\nClone 项目文件:\n\n```\ngit clone https://github.com/allmobilize/amazeui.git\n```\n\n然后进入目录安装依赖:\n\n```\nnpm install\n```\n\n接下来,执行 `gulp`:\n\n```\ngulp\n```\n\n## Bug 反馈及需求提交\n\n### Bug 反馈\n\n欢迎给 Amaze UI [提交 Bug](https://github.com/allmobilize/amazeui/issues/new?title=Bug%3A%20&body=**%E9%97%AE%E9%A2%98%E6%8F%8F%E8%BF%B0**%0A%0A%EF%BC%88%E6%8F%8F%E8%BF%B0%E4%B8%80%E4%B8%8B%E9%97%AE%E9%A2%98%EF%BC%89%0A%0A**%E4%BA%A7%E7%94%9F%E7%8E%AF%E5%A2%83**%0A%0A-%20%E8%AE%BE%E5%A4%87%EF%BC%9A%EF%BC%88%E6%89%8B%E6%9C%BA%E3%80%81%E5%B9%B3%E6%9D%BF%E7%AD%89%E7%A7%BB%E5%8A%A8%E8%AE%BE%E5%A4%87%E6%97%B6%E5%A1%AB%E5%86%99%E6%AD%A4%E9%A1%B9%EF%BC%89%0A-%20%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E5%8F%8A%E7%89%88%E6%9C%AC%EF%BC%9A%0A-%20%E6%B5%8F%E8%A7%88%E5%99%A8%E5%8F%8A%E7%89%88%E6%9C%AC%EF%BC%9A%0A-%20%E6%BC%94%E7%A4%BA%E5%9C%B0%E5%9D%80%EF%BC%9A%0A%0A**%E5%A4%8D%E7%8E%B0%E6%AD%A5%E5%A5%8F**%0A%0A1.%20%0A2.%20%0A...)。\n\n为了能最准确的传达所描述的问题, 建议你在反馈时附上演示,方便我们理解。\n\n为了方便演示,我们使用 **[JSBin 搭建了在线一个调试工具](http://bin.amazeui.org)**,你可以把有问题的场景粘在里面,反馈给我们。\n\n### 需求提交\n\n用户可以通过 Issue 系统或者官网留言提交需求,符合 Amaze UI 理念的需求我们都会考虑。\n\n## 贡献代码\n\n欢迎大家加入捉虫队伍,同时大家也可以分享自己的开发的 Web 组件。Fork 本项目,然后提交 Pull Request 即可。\n\n如果你没有相关经验,建议先阅读下面的文章:\n\n- [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)\n- [The Beginner’s Guide to Contributing to Open Source Projects](http://blog.newrelic.com/2014/05/05/open-source_gettingstarted/)\n- [How to Start Contributing to Open Source](http://www.developer.com/open/how-to-start-contributing-to-open-source.html)\n\n### 我们希望用户参与的项目\n\n- 把使用 Amaze UI 的项目提交给我们,能获得一定的展示量,同时能给其他用户提供参考;\n- SCSS 等其他 CSS 扩展语言的支持:通过编写自动转换脚本实现,人工迁移同步更新成本太高;\n- 使用 Amaze UI 开发制作模板;\n- Angular.js、Ember.js、Meteor 等框架的支持;\n- 基于 Amaze UI 样式开发 JavaScript 插件,可以把 Bootstrap 的插件移植到 Amaze UI;\n- 兼容性测试,我们的测试只能覆盖有限,需要更多用户参与,包括浏览器、WebView 等不同的用户代理;\n- ...\n\n### 开发文档\n\n开发文档存放在 `docs/styleguide` 目录下,也可以通过 [Amaze UI 官网](http://amazeui.org/)查看:\n\n- [Amaze UI HTML/CSS 编写规范](http://amazeui.org/getting-started/html-css)\n- [Amaze UI JavaScript 编写规范](http://amazeui.org/getting-started/javascript)\n- [Amaze UI Web 组件开发规范](http://amazeui.org/getting-started/widget)\n\n## 参考、使用的项目\n\n* [Zepto.js](https://github.com/madrobby/zepto) ([MIT\nLicense](https://github.com/madrobby/zepto/blob/master/MIT-LICENSE))\n* [Sea.js](https://github.com/seajs/seajs) ([MIT License](https://github.com/seajs/seajs/blob/master/LICENSE.md))\n* [Handlebars.js](https://github.com/wycats/handlebars.js) ([MIT\nLicense](https://github.com/wycats/handlebars.js/blob/master/LICENSE))\n* [normalize.css](https://github.com/necolas/normalize.css) ([MIT\nLicense](https://github.com/necolas/normalize.css/blob/master/LICENSE.md))\n* [FontAwesome](https://github.com/FortAwesome/Font-Awesome/) ([CC BY 3.0 License](http://creativecommons.org/licenses/by/3.0/))\n* [Bootstrap](https://github.com/twbs/bootstrap) ([MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE))\n* [UIkit](https://github.com/uikit/uikit) ([MIT License](https://github.com/uikit/uikit/blob/master/LICENSE.md))\n* [Foundation](https://github.com/zurb/foundation) ([MIT\nLicense](https://github.com/zurb/foundation/blob/master/LICENSE))\n* [Framework7](https://github.com/nolimits4web/Framework7) ([MIT\nLicense](https://github.com/nolimits4web/Framework7/blob/master/LICENSE))\n* [Alice](https://github.com/aliceui/aliceui.org/) ([MIT\nLicense](https://github.com/aliceui/aliceui.org/blob/master/LICENSE))\n* [Arale](https://github.com/aralejs/aralejs.org/) ([MIT\nLicense](https://github.com/aralejs/aralejs.org/blob/master/LICENSE))\n* [Pure](https://github.com/yui/pure) ([BSD License](https://github.com/yui/pure/blob/master/LICENSE.md))\n* [Semantic UI](https://github.com/Semantic-Org/Semantic-UI) ([MIT\nLicense](https://github.com/Semantic-Org/Semantic-UI/blob/master/LICENSE.md))\n* [FastClick](https://github.com/ftlabs/fastclick) ([MIT\nLicense](https://github.com/ftlabs/fastclick/blob/master/LICENSE))\n* [screenfull.js](https://github.com/sindresorhus/screenfull.js) ([MIT\nLicense](https://github.com/sindresorhus/screenfull.js/blob/gh-pages/license))\n* [FlexSlider](https://github.com/woothemes/FlexSlider) ([GPL 2.0](http://www.gnu.org/licenses/gpl-2.0.html))\n* [Hammer.js](https://github.com/hammerjs/hammer.js) ([MIT License](https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md))\n* [Flat UI](https://github.com/designmodo/Flat-UI) ([CC BY 3.0 and MIT License](https://github.com/designmodo/Flat-UI#copyright-and-license))\n* [store.js](https://github.com/marcuswestin/store.js) ([MIT License](https://github.com/marcuswestin/store.js/blob/master/LICENSE))\n* [bootstrap-datepicker.js](http://www.eyecon.ro/bootstrap-datepicker/) ([Apache License 2.0](http://www.eyecon.ro/bootstrap-datepicker/js/bootstrap-datepicker.js))\n* [iScroll](http://iscrolljs.com/) ([MIT License](http://iscrolljs.com/#license))\n\n可能会有部分项目遗漏,我们会不断整理更新。\n\n### Developed with Open Source Licensed [WebStorm](http://www.jetbrains.com/webstorm/)\n\n<a href=\"http://www.jetbrains.com/webstorm/\" target=\"_blank\">\n<img src=\"http://ww1.sinaimg.cn/large/005yyi5Jjw1elpp6svs2eg30k004i3ye.gif\" width=\"240\" />\n</a>\n",
"readmeFilename": "README.md"
}