Skip to content

Commit

Permalink
add authors file and format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored and JacksonTian committed Oct 23, 2012
1 parent 749817d commit 95f5c97
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
7 changes: 7 additions & 0 deletions AUTHORS
@@ -0,0 +1,7 @@
# Total 3 contributors.
# Ordered by date of first contribution.
# Auto-generated (https://github.com/fengmk2/node-authors) on Tue Aug 14 2012 03:22:52 GMT+0800 (CST).

aleafs <zhangxc83@gmail.com> (https://github.com/aleafs)
fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
Jackson Tian <shyvo1987@gmail.com> (https://github.com/JacksonTian)
25 changes: 18 additions & 7 deletions package.json
Expand Up @@ -3,23 +3,34 @@
"version": "0.1.6",
"author": "Aleafs Zhang (zhangxc83@gmail.com)",
"contributors": [
{ "name": "Aleafs Zhang", "email": "zhangxc83@gmail.com" },
{ "name": "fengmk2", "email": "fengmk2@gmail.com" }
"Aleafs Zhang <zhangxc83@gmail.com>",
"fengmk2 <fengmk2@gmail.com>"
],
"homepage": "https://github.com/aleafs/itier-client",
"description": "A client library for itier in Node.",
"keywords": [ "itier", "client" ],
"keywords": [
"itier",
"client"
],
"dependencies": {},
"engines": {
"node": ">=0.6.6"
},
"main": "./index.js",
"devDependencies": {
"should" : ">=0.4.2",
"mocha" : ">=0.9.0",
"visionmedia-jscoverage" : "*"
"should": ">=0.4.2",
"mocha": ">=0.9.0",
"visionmedia-jscoverage": "*"
},
"scripts": {
"test": "make test"
}
},
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git://github.com/aleafs/itier-client.git"
},
"license": "MIT"
}

0 comments on commit 95f5c97

Please sign in to comment.