Skip to content

Commit

Permalink
Update meta data.
Browse files Browse the repository at this point in the history
  • Loading branch information
cssmagic committed Apr 27, 2016
1 parent 833df12 commit 9cdacdf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"authors": [
"cssmagic <cssmagic.cn@gmail.com>"
],
"description": "Lightweight JavaScript utilities for mobile web development.",
"description": "Lightweight JavaScript utilities for web development.",
"main": "dist/gearbox.js",
"moduleType": [
"globals"
],
"keywords": [
"underscore",
"mobile",
"util",
"utilities",
"web"
],
"license": "MIT",
Expand All @@ -26,8 +26,8 @@
"src"
],
"dependencies": {
"underscore": "1.*",
"zepto.js": "1.*"
"underscore": "^1.6",
"zepto.js": "^1.1"
},
"devDependencies": {
"jquery": "*",
Expand Down
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"name": "gearbox",
"version": "0.5.2",
"homepage": "https://github.com/CMUI/gearbox",
"author": "cssmagic <cssmagic.cn@gmail.com>",
"description": "Lightweight JavaScript utilities for mobile web development.",
"description": "Lightweight JavaScript utilities for web development.",
"main": "dist/gearbox.js",
"keywords": [
"util",
"utilities",
"web"
],
"license": "MIT",
"scripts": {
"dist": "gulp prepare-module && gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"dependencies": {
"underscore": "^1.6",
"zepto.js": "^1.1"
},
"devDependencies": {
"gulp": "3.*",
"del": "1.*",
Expand Down

0 comments on commit 9cdacdf

Please sign in to comment.