package.json 2.31 KB
{
  "_from": "express@3.0.1",
  "_id": "express@3.0.1",
  "_inBundle": false,
  "_integrity": "sha1-NqUAjRWKl+goF/RbiVYWM7YaG+g=",
  "_location": "/express",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express@3.0.1",
    "name": "express",
    "escapedName": "express",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express/-/express-3.0.1.tgz",
  "_shasum": "36a5008d158a97e82817f45b89561633b61a1be8",
  "_spec": "express@3.0.1",
  "_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bin": {
    "express": "./bin/express"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/express/issues"
  },
  "bundleDependencies": false,
  "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": {
    "commander": "0.6.1",
    "connect": "2.6.2",
    "cookie": "0.0.4",
    "cookie-signature": "0.0.1",
    "crc": "0.2.0",
    "debug": "*",
    "fresh": "0.1.0",
    "methods": "0.0.1",
    "mkdirp": "0.3.3",
    "range-parser": "0.0.4",
    "send": "0.1.0"
  },
  "deprecated": false,
  "description": "Sinatra inspired web development framework",
  "devDependencies": {
    "connect-redis": "*",
    "ejs": "*",
    "github-flavored-markdown": "*",
    "hjs": "*",
    "jade": "*",
    "mocha": "*",
    "should": "*",
    "stylus": "*",
    "supertest": "0.0.1"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/visionmedia/express#readme",
  "keywords": [
    "express",
    "framework",
    "sinatra",
    "web",
    "rest",
    "restful",
    "router",
    "app",
    "api"
  ],
  "main": "index",
  "name": "express",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/express.git"
  },
  "scripts": {
    "prepublish": "npm prune",
    "test": "make test"
  },
  "version": "3.0.1"
}