mirror of
https://github.com/sstent/node_app.git
synced 2026-01-27 23:51:52 +00:00
adding test code for reading garmin connect
This commit is contained in:
99
node_modules/mongoskin/package.json
generated
vendored
99
node_modules/mongoskin/package.json
generated
vendored
@@ -1,38 +1,113 @@
|
||||
{
|
||||
"name": "mongoskin",
|
||||
"description": "The future layer above node-mongodb-native",
|
||||
"version": "0.3.6",
|
||||
"version": "0.4.4",
|
||||
"author": {
|
||||
"name": "Gui Lin",
|
||||
"email": "guileen@gmail.com"
|
||||
},
|
||||
"homepage": "https://github.com/kissjs/node-mongoskin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/guileen/node-mongoskin.git"
|
||||
},
|
||||
"main": "index",
|
||||
"bugs": {
|
||||
"url": "https://github.com/kissjs/node-mongoskin/issues"
|
||||
},
|
||||
"main": "./index.js",
|
||||
"keywords": [
|
||||
"mongodb"
|
||||
"mongodb",
|
||||
"database",
|
||||
"nosql"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"mongodb": "1.0.x"
|
||||
"mongodb": "< 1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"myconsole": ">=0.1.2",
|
||||
"expresso": "0.9.2",
|
||||
"should": "0.3.2"
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test-version"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "lib/mongoskin"
|
||||
"example": "./examples",
|
||||
"lib": "./lib/mongoskin"
|
||||
},
|
||||
"_id": "mongoskin@0.3.6",
|
||||
"license": "MIT",
|
||||
"_id": "mongoskin@0.4.4",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Gui Lin",
|
||||
"email": "guileen@gmail.com",
|
||||
"url": "https://github.com/guileen"
|
||||
},
|
||||
{
|
||||
"name": "François de Metz",
|
||||
"email": "francois@2metz.fr",
|
||||
"url": "https://github.com/francois2metz"
|
||||
},
|
||||
{
|
||||
"name": "fengmk2",
|
||||
"email": "fengmk2@gmail.com",
|
||||
"url": "http://fengmk2.github.com"
|
||||
},
|
||||
{
|
||||
"name": "Quang Van",
|
||||
"email": "quangvvv@gmail.com",
|
||||
"url": "https://github.com/quangv"
|
||||
},
|
||||
{
|
||||
"name": "Matt Perpick",
|
||||
"email": "clutchski@gmail.com",
|
||||
"url": "https://github.com/clutchski"
|
||||
},
|
||||
{
|
||||
"name": "humanchimp",
|
||||
"email": "morphcham@gmail.com",
|
||||
"url": "https://github.com/humanchimp"
|
||||
},
|
||||
{
|
||||
"name": "Joe Faber",
|
||||
"email": "joe.faber@mandiant.com",
|
||||
"url": "https://github.com/jlfaber"
|
||||
},
|
||||
{
|
||||
"name": "Harvey McQueen",
|
||||
"email": "hmcqueen@gmail.com",
|
||||
"url": "https://github.com/hmcqueen"
|
||||
},
|
||||
{
|
||||
"name": "Paul Gebheim",
|
||||
"email": "pgebheim@monkeyinferno.com",
|
||||
"url": "https://github.com/paulirish"
|
||||
},
|
||||
{
|
||||
"name": "Aneil Mallavarapu",
|
||||
"email": "aneil@blipboard.com",
|
||||
"url": "https://github.com/amallavarapu"
|
||||
},
|
||||
{
|
||||
"name": "wmertens",
|
||||
"email": "Wout.Mertens@gmail.com",
|
||||
"url": "https://github.com/wmertens"
|
||||
},
|
||||
{
|
||||
"name": "Rakshit Menpara",
|
||||
"email": "deltasquare4@gmail.com",
|
||||
"url": "https://github.com/deltasquare4"
|
||||
}
|
||||
],
|
||||
"optionalDependencies": {},
|
||||
"_engineSupported": true,
|
||||
"_npmVersion": "1.1.19",
|
||||
"_nodeVersion": "v0.6.17",
|
||||
"_npmVersion": "1.1.21",
|
||||
"_nodeVersion": "v0.6.18",
|
||||
"_defaultsLoaded": true,
|
||||
"dist": {
|
||||
"shasum": "dec69b0cbcbcb30f3327e1fc26f6f29ad35781bc"
|
||||
},
|
||||
"_from": "mongoskin@>= 0.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user