Clean up code and syntax issues.
[express.git] / package.json
blob8105478a38d54c8fca10070bc22ff44689506cd3
2   "name": "express",
3   "description": "Sinatra inspired web development framework",
4   "version": "4.0.0-rc2",
5   "author": "TJ Holowaychuk <tj@vision-media.ca>",
6   "contributors": [
7     {
8       "name": "TJ Holowaychuk",
9       "email": "tj@vision-media.ca"
10     },
11     {
12       "name": "Aaron Heckmann",
13       "email": "aaron.heckmann+github@gmail.com"
14     },
15     {
16       "name": "Ciaran Jessup",
17       "email": "ciaranj@gmail.com"
18     },
19     {
20       "name": "Guillermo Rauch",
21       "email": "rauchg@gmail.com"
22     },
23     {
24       "name": "Jonathan Ong",
25       "email": "me@jongleberry.com"
26     },
27     {
28       "name": "Roman Shtylman",
29       "email": "shtylman+expressjs@gmail.com"
30     }
31   ],
32   "dependencies": {
33     "parseurl": "1.0.1",
34     "accepts": "1.0.0",
35     "type-is": "1.0.0",
36     "range-parser": "1.0.0",
37     "cookie": "0.1.0",
38     "buffer-crc32": "0.2.1",
39     "fresh": "0.2.2",
40     "methods": "0.1.0",
41     "send": "0.2.0",
42     "cookie-signature": "1.0.3",
43     "merge-descriptors": "0.0.2",
44     "utils-merge": "1.0.0",
45     "escape-html": "1.0.1",
46     "qs": "0.6.6",
47     "serve-static": "1.0.1",
48     "path-to-regexp": "0.1.2",
49     "debug": ">= 0.7.3 < 1"
50   },
51   "devDependencies": {
52     "ejs": "~0.8.4",
53     "mocha": "~1.15.1",
54     "jade": "~0.30.0",
55     "hjs": "~0.0.6",
56     "stylus": "~0.40.0",
57     "should": "~2.1.1",
58     "connect-redis": "~1.4.5",
59     "marked": "0.2.10",
60     "supertest": "~0.8.1",
61     "body-parser": "1.0.0",
62     "cookie-parser": "1.0.1",
63     "static-favicon": "1.0.0",
64     "express-session": "1.0.1",
65     "morgan": "1.0.0",
66     "vhost": "1.0.0"
67   },
68   "keywords": [
69     "express",
70     "framework",
71     "sinatra",
72     "web",
73     "rest",
74     "restful",
75     "router",
76     "app",
77     "api"
78   ],
79   "repository": "git://github.com/visionmedia/express",
80   "scripts": {
81     "prepublish": "npm prune",
82     "test": "make test"
83   },
84   "engines": {
85     "node": ">= 0.8.0"
86   },
87   "license": "MIT"