Skip to content

Commit fe7ba4e

Browse files
committed
initial from npm
0 parents  commit fe7ba4e

File tree

2 files changed

+461
-0
lines changed

2 files changed

+461
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"author": {
3+
"name": "Joyent",
4+
"url": "http://www.joyent.com"
5+
},
6+
"name": "util",
7+
"description": "Node.JS util module",
8+
"keywords": [
9+
"ender",
10+
"util"
11+
],
12+
"version": "0.4.9",
13+
"homepage": "http://nodejs.org/docs/v0.4.9/api/util.html",
14+
"repository": {
15+
"type": "git",
16+
"url": "git://github.com/coolaj86/nodejs-libs-4-browser.git"
17+
},
18+
"main": "./util.js",
19+
"dependencies": {
20+
"events.node": ">= 0.4.0"
21+
}
22+
}

0 commit comments

Comments
 (0)