summaryrefslogtreecommitdiff
path: root/node_modules/express/package.json
blob: 6729dce24d546d1360ed08db518ee4dc51b947f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "name": "express",
  "description": "Sinatra inspired web development framework",
  "version": "2.5.8",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "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": {
    "connect": "1.x",
    "mime": "1.2.4",
    "qs": "0.4.x",
    "mkdirp": "0.3.0"
  },
  "devDependencies": {
    "connect-form": "0.2.1",
    "ejs": "0.4.2",
    "expresso": "0.9.2",
    "hamljs": "0.6.x",
    "jade": "0.16.2",
    "stylus": "0.13.0",
    "should": "0.3.2",
    "express-messages": "0.0.2",
    "node-markdown": ">= 0.0.1",
    "connect-redis": ">= 0.0.1"
  },
  "keywords": [
    "framework",
    "sinatra",
    "web",
    "rest",
    "restful"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/express.git"
  },
  "main": "index",
  "bin": {
    "express": "./bin/express"
  },
  "scripts": {
    "test": "make test",
    "prepublish": "npm prune"
  },
  "engines": {
    "node": ">= 0.4.1 < 0.7.0"
  },
  "_id": "express@2.5.8",
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.12",
  "_nodeVersion": "v0.6.14",
  "_defaultsLoaded": true,
  "_from": "express@2.5.8"
}