-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·78 lines (77 loc) · 2.03 KB
/
package.json
File metadata and controls
executable file
·78 lines (77 loc) · 2.03 KB
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
75
76
77
{
"name": "crafity-webserver",
"description": "Generic Webserver Configuration",
"version": "0.1.2",
"author": "Galina Slavova <galina@crafity.com> and Bart Riemens <briemens@crafity.com>",
"homepage": "https://github.com/Crafity/crafity-webserver#readme",
"keywords": ["crafity", "webserver", "http", "express", "configuration", "jade", "stylus", "gzip", "static", "fileserver", "config"],
"maintainers": [
{
"name": "Galina Slavova",
"email": "galina@crafity.com",
"web": "http://crafity.com/about/galina"
},
{
"name": "Bart Riemens",
"email": "briemens@crafity.com",
"web": "http://crafity.com/about/bart"
}
],
"contributors": [
{
"name": "Galina Slavova",
"email": "galina@crafity.com",
"web": "http://crafity.com/about/galina"
},
{
"name": "Bart Riemens",
"email": "briemens@crafity.com",
"web": "http://crafity.com/about/bart"
}
],
"main": "./main.js",
"directories": {
"lib": "lib",
"test": "test"
},
"licenses": [
{
"type": "The MIT License",
"url": "https://github.com/Crafity/crafity-webserver/blob/master/LICENSE"
}
],
"bugs": "https://github.com/Crafity/crafity-webserver/issues",
"repository": {
"type": "git",
"url": "https://github.com/Crafity/crafity-webserver.git"
},
"dependencies": {
"crafity-everyauth": "~0.3.0",
"crafity-config": "~0.1.0",
"crafity-core": "~0.1.0",
"crafity-filesystem": "~0.1.0",
"crafity-jstest": "~0.1.0",
"crafity-logging": "~0.1.0",
"crafity-resources": "~0.1.0",
"connect-assetmanager": "~0.0.28",
"crafity-gzip": "~0.1.0",
"connect-redis": "~1.4.0",
"express": "~2.5",
"http-proxy": "~0.8.1",
"jade": "~0.26",
"mime": "~1.2.5",
"nib": "~0.7.0",
"redis": "~0.7.2",
"stylus": "~0.19.3",
"validator": "~0.4.9",
"util": "~0.4.9",
"url": "~0.7.9"
},
"engines": {
"node": "*"
},
"scripts": {
"prepublish": "npm prune",
"test": "scripts/npm-test.sh"
}
}