Initial work on the server

This commit is contained in:
Abhishek Das
2013-03-25 05:57:47 +05:30
parent 93400554fd
commit 0485272d93
626 changed files with 121311 additions and 1 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"author": {
"name": "Joyent",
"url": "http://www.joyent.com"
},
"name": "path",
"description": "Node.JS path module",
"keywords": [
"ender",
"path"
],
"version": "0.4.9",
"homepage": "http://nodejs.org/docs/v0.4.9/api/path.html",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/nodejs-libs-4-browser.git"
},
"main": "./path.js",
"directories": {
"lib": "."
},
"engines": {
"node": ">= 0.2.0",
"ender": ">= 0.5.0"
},
"dependencies": {},
"devDependencies": {},
"_id": "path@0.4.9",
"readme": "ERROR: No README.md file found!",
"dist": {
"shasum": "658b0b2e907ff6b8de44d860525b29a51decbfe9"
},
"_from": "path@~0.4.9",
"_resolved": "https://registry.npmjs.org/path/-/path-0.4.9.tgz"
}