big update - restarted app including jquery

This commit is contained in:
2012-06-12 00:16:09 -04:00
parent 14a9278b49
commit 0daf1d451f
1252 changed files with 473102 additions and 0 deletions

38
app/node_modules/mongoskin/package.json generated vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "mongoskin",
"description": "The future layer above node-mongodb-native",
"version": "0.3.6",
"author": {
"name": "Gui Lin",
"email": "guileen@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/guileen/node-mongoskin.git"
},
"main": "index",
"keywords": [
"mongodb"
],
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"mongodb": "1.0.x"
},
"devDependencies": {
"myconsole": ">=0.1.2",
"expresso": "0.9.2",
"should": "0.3.2"
},
"directories": {
"lib": "lib/mongoskin"
},
"_id": "mongoskin@0.3.6",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.18",
"_defaultsLoaded": true,
"_from": "mongoskin@>= 0.0.1"
}