{
  "_args": [
    [
      {
        "raw": "express@~3.4.0",
        "scope": null,
        "escapedName": "express",
        "name": "express",
        "rawSpec": "~3.4.0",
        "spec": ">=3.4.0 <3.5.0",
        "type": "range"
      },
      "/root/node_modules/node.js"
    ]
  ],
  "_from": "express@>=3.4.0 <3.5.0",
  "_id": "express@3.4.8",
  "_inCache": true,
  "_location": "/express",
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "1.3.21",
  "_phantomChildren": {},
  "_requested": {
    "raw": "express@~3.4.0",
    "scope": null,
    "escapedName": "express",
    "name": "express",
    "rawSpec": "~3.4.0",
    "spec": ">=3.4.0 <3.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node.js"
  ],
  "_resolved": "https://registry.npmjs.org/express/-/express-3.4.8.tgz",
  "_shasum": "aa7a8986de07053337f4bc5ed9a6453d9cc8e2e1",
  "_shrinkwrap": null,
  "_spec": "express@~3.4.0",
  "_where": "/root/node_modules/node.js",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bin": {
    "express": "./bin/express"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/express/issues"
  },
  "contributors": [
    {
      "name": "TJ Holowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "Aaron Heckmann",
      "email": "aaron.heckmann+github@gmail.com"
    },
    {
      "name": "Ciaran Jessup",
      "email": "ciaranj@gmail.com"
    },
    {
      "name": "Guillermo Rauch",
      "email": "rauchg@gmail.com"
    }
  ],
  "dependencies": {
    "buffer-crc32": "0.2.1",
    "commander": "1.3.2",
    "connect": "2.12.0",
    "cookie": "0.1.0",
    "cookie-signature": "1.0.1",
    "debug": ">= 0.7.3 < 1",
    "fresh": "0.2.0",
    "merge-descriptors": "0.0.1",
    "methods": "0.1.0",
    "mkdirp": "0.3.5",
    "range-parser": "0.0.4",
    "send": "0.1.4"
  },
  "description": "Sinatra inspired web development framework",
  "devDependencies": {
    "connect-redis": "~1.4.5",
    "ejs": "~0.8.4",
    "hjs": "~0.0.6",
    "jade": "~0.30.0",
    "marked": "0.2.10",
    "mocha": "~1.15.1",
    "should": "~2.1.1",
    "stylus": "~0.40.0",
    "supertest": "~0.8.1"
  },
  "directories": {},
  "dist": {
    "shasum": "aa7a8986de07053337f4bc5ed9a6453d9cc8e2e1",
    "tarball": "https://registry.npmjs.org/express/-/express-3.4.8.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/visionmedia/express",
  "keywords": [
    "express",
    "framework",
    "sinatra",
    "web",
    "rest",
    "restful",
    "router",
    "app",
    "api"
  ],
  "license": "MIT",
  "main": "index",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "name": "express",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/express.git"
  },
  "scripts": {
    "prepublish": "npm prune",
    "test": "make test"
  },
  "version": "3.4.8"
}
