view 1__Development/6__Website/node_modules/express/package.json @ 5:e73fbbcb5fd2

Persisting basic graph works, starting to add persist of view hierarchy too
author Sean Halle <seanhalle@yahoo.com>
date Sun, 03 Aug 2014 23:38:15 -0700
parents
children
line source
1 {
2 "name": "express",
3 "description": "Fast, unopinionated, minimalist web framework",
4 "version": "4.7.2",
5 "author": {
6 "name": "TJ Holowaychuk",
7 "email": "tj@vision-media.ca"
8 },
9 "contributors": [
10 {
11 "name": "Aaron Heckmann",
12 "email": "aaron.heckmann+github@gmail.com"
13 },
14 {
15 "name": "Ciaran Jessup",
16 "email": "ciaranj@gmail.com"
17 },
18 {
19 "name": "Douglas Christopher Wilson",
20 "email": "doug@somethingdoug.com"
21 },
22 {
23 "name": "Guillermo Rauch",
24 "email": "rauchg@gmail.com"
25 },
26 {
27 "name": "Jonathan Ong",
28 "email": "me@jongleberry.com"
29 },
30 {
31 "name": "Roman Shtylman",
32 "email": "shtylman+expressjs@gmail.com"
33 },
34 {
35 "name": "Young Jae Sim",
36 "email": "hanul@hanul.me"
37 }
38 ],
39 "keywords": [
40 "express",
41 "framework",
42 "sinatra",
43 "web",
44 "rest",
45 "restful",
46 "router",
47 "app",
48 "api"
49 ],
50 "repository": {
51 "type": "git",
52 "url": "git://github.com/visionmedia/express"
53 },
54 "license": "MIT",
55 "dependencies": {
56 "accepts": "~1.0.7",
57 "buffer-crc32": "0.2.3",
58 "debug": "1.0.4",
59 "depd": "0.4.4",
60 "escape-html": "1.0.1",
61 "finalhandler": "0.1.0",
62 "media-typer": "0.2.0",
63 "methods": "1.1.0",
64 "parseurl": "~1.2.0",
65 "path-to-regexp": "0.1.3",
66 "proxy-addr": "1.0.1",
67 "range-parser": "1.0.0",
68 "send": "0.7.2",
69 "serve-static": "~1.4.2",
70 "type-is": "~1.3.2",
71 "vary": "0.1.0",
72 "cookie": "0.1.2",
73 "fresh": "0.2.2",
74 "cookie-signature": "1.0.4",
75 "merge-descriptors": "0.0.2",
76 "qs": "0.6.6",
77 "utils-merge": "1.0.0"
78 },
79 "devDependencies": {
80 "after": "0.8.1",
81 "istanbul": "0.3.0",
82 "mocha": "~1.21.0",
83 "should": "~4.0.4",
84 "supertest": "~0.13.0",
85 "connect-redis": "~2.0.0",
86 "ejs": "~1.0.0",
87 "marked": "0.3.2",
88 "hjs": "~0.0.6",
89 "body-parser": "~1.5.2",
90 "cookie-parser": "~1.3.1",
91 "express-session": "~1.7.2",
92 "jade": "~1.5.0",
93 "method-override": "~2.1.1",
94 "morgan": "~1.2.2",
95 "multiparty": "~3.3.1",
96 "vhost": "2.0.0"
97 },
98 "engines": {
99 "node": ">= 0.10.0"
100 },
101 "scripts": {
102 "prepublish": "npm prune",
103 "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
104 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
105 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
106 },
107 "bugs": {
108 "url": "https://github.com/visionmedia/express/issues"
109 },
110 "homepage": "https://github.com/visionmedia/express",
111 "_id": "express@4.7.2",
112 "dist": {
113 "shasum": "2cbae61efab6c2db72a547ff3bf380e637c08590",
114 "tarball": "http://registry.npmjs.org/express/-/express-4.7.2.tgz"
115 },
116 "_from": "express@",
117 "_npmVersion": "1.4.3",
118 "_npmUser": {
119 "name": "dougwilson",
120 "email": "doug@somethingdoug.com"
121 },
122 "maintainers": [
123 {
124 "name": "tjholowaychuk",
125 "email": "tj@vision-media.ca"
126 },
127 {
128 "name": "jongleberry",
129 "email": "jonathanrichardong@gmail.com"
130 },
131 {
132 "name": "shtylman",
133 "email": "shtylman@gmail.com"
134 },
135 {
136 "name": "dougwilson",
137 "email": "doug@somethingdoug.com"
138 },
139 {
140 "name": "aredridel",
141 "email": "aredridel@nbtsc.org"
142 }
143 ],
144 "directories": {},
145 "_shasum": "2cbae61efab6c2db72a547ff3bf380e637c08590",
146 "_resolved": "https://registry.npmjs.org/express/-/express-4.7.2.tgz",
147 "readme": "ERROR: No README data found!"
148 }