-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 KB
/
package.json
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
{
"name": "express-load",
"description": "Autoload modules into an Express application instance, config, models, routes, controllers etc...",
"version": "1.1.16",
"author": {
"name": "Jarrad Seers",
"email": "jarrad@jarradseers.com"
},
"contributors": [
{"name": "Jarrad Seers", "email": "jarrad@jarradseers.com"},
{"name": "Alex Koller", "email": "alex@webmolecule.co.za"},
{"name": "Fabien Franzen", "email": "info@atelierfabien.be"},
{"name": "Jean-Matthieu Barbier", "email": "jm.barbier+github@solidev.net"},
{"name": "perfectworks", "email": "perfectworks@gmail.com"},
{"name": "popomore", "email": "sakura9515@gmail.com"},
{"name": "vkadam", "email": "vishal.4kadam@gmail.com"}
],
"main": "index",
"keywords": [
"express",
"express-load",
"mvc",
"autoload",
"auto-configure",
"configuration"
],
"dependencies": {
"async": "0.2.9"
},
"devDependencies": {
"express": "3.x"
},
"engines": { "node": "*" },
"repository": "git://github.com/jarradseers/express-load"
}