package.json 812 字节
{
  "name": "objectid",
  "version": "3.2.1",
  "description": "mongodb objectid utilities",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:AgileDiagnosis/objectid.git"
  },
  "keywords": [
    "mongodb",
    "objectid"
  ],
  "author": "Agile Diagnosis <hello@agilediagnosis.com>",
  "contributors": [
    "jden <jason@denizac.org>"
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "bson": "~0.1.8",
    "chai": "~1.5.0",
    "chai-interface": "~1.1.0",
    "mocha": "~1.8.2",
    "mongodb": "~1.2.12"
  },
  "dependencies": {
    "bson": "^0.1.9"
  },
  "_from": "objectid@3.2.1",
  "_resolved": "http://registry.npm.taobao.org/objectid/download/objectid-3.2.1.tgz"
}