mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-29 16:20:04 +08:00
Initial work on the server
This commit is contained in:
+35
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user