Skip to content

Commit

Permalink
update config file code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Minwe committed Oct 20, 2014
1 parent 94f38b0 commit 24a1c6f
Show file tree
Hide file tree
Showing 6 changed files with 442 additions and 390 deletions.
102 changes: 51 additions & 51 deletions bower.json
@@ -1,54 +1,54 @@
{
"name": "amazeui",
"version": "1.0.0-beta2",
"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/amazeui.less",
"dist/css/amazeui.css",
"dist/css/amazeui.min.css",
"dist/js/amazeui.js",
"dist/js/amazeui.min.js"
],
"ignore": [
"/.*",
"composer.json",
"CONTRIBUTING.md",
"docs",
"vendor",
"tools",
"node_modules",
"nodemon.json"
],
"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"
"name": "amazeui",
"version": "1.0.0-beta2",
"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/amazeui.less",
"dist/css/amazeui.css",
"dist/css/amazeui.min.css",
"dist/js/amazeui.js",
"dist/js/amazeui.min.js"
],
"ignore": [
"/.*",
"composer.json",
"CONTRIBUTING.md",
"docs",
"vendor",
"tools",
"node_modules",
"nodemon.json"
],
"authors": [
{
"name": "Minwe",
"email": "minwe@yunshipei.com",
"homepage": "http://csspod.com"
},
"dependencies": {
"zepto": "latest",
"handlebars": "latest"
},
"license": "MIT"
{
"name": "HZP",
"email": "hzp@yunshipei.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/allmobilize/amazeui.git"
},
"dependencies": {
"zepto": "latest",
"handlebars": "latest"
},
"license": "MIT"
}
56 changes: 28 additions & 28 deletions composer.json
@@ -1,31 +1,31 @@
{
"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"
"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"
},
"license": "MIT"
{
"name": "HZP",
"email": "hzp@yunshipei.com"
}
],
"support": {
"issues": "https://github.com/allmobilize/amazeui/issues"
},
"license": "MIT"
}

0 comments on commit 24a1c6f

Please sign in to comment.