Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 26, 2013
1 parent 72b06cd commit 50e2dea
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "util-is",
"version": "0.0.0",
"description": "The `util.is*` functions introduced in Node v0.12.",
"main": "lib/util.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/util-is"
},
"keywords": [
"util",
"isBuffer",
"isArray",
"isNumber",
"isString",
"isRegExp",
"isThis",
"isThat"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/util-is/issues"
}
}

0 comments on commit 50e2dea

Please sign in to comment.