Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Commit

Permalink
additional repo flair
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Nov 27, 2014
1 parent 6ee97d7 commit b7ca693
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "0.10"
- "0.11"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# userinfo

[![Current Version](https://img.shields.io/npm/v/userinfo.svg)](https://www.npmjs.org/package/userinfo)
[![Build Status via Travis CI](https://travis-ci.org/cjihrig/userinfo.svg?branch=master)](https://travis-ci.org/cjihrig/userinfo)
![Dependencies](http://img.shields.io/david/cjihrig/userinfo.svg)
![devDependencies](http://img.shields.io/david/dev/cjihrig/userinfo.svg)

Node.js native addon for working with user information

## Methods
Expand Down
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "userinfo",
"version": "1.0.0",
"version": "1.0.1",
"description": "cross platform user info",
"author": "Colin J. Ihrig <[email protected]> (http://www.cjihrig.com/)",
"homepage": "https://github.com/cjihrig/userinfo",
"repository": {
"type": "git",
"url": "https://github.com/cjihrig/userinfo.git"
},
"bugs": {
"url": "https://github.com/cjihrig/userinfo/issues"
},
"license": "MIT",
"main": "index.js",
"engines": {
Expand All @@ -18,5 +26,8 @@
"devDependencies": {
"code": "1.x.x",
"lab": "5.x.x"
}
},
"keywords": [
"whoami"
]
}

0 comments on commit b7ca693

Please sign in to comment.