-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
81 lines (81 loc) · 1.66 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
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
78
79
80
81
{
"name": "diet",
"version": "0.16.0",
"description": "A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.",
"homepage": "http://dietjs.com/",
"keywords": [
"diet",
"web",
"framework",
"http",
"https",
"api",
"routing",
"router",
"page routing",
"url parse",
"middleware",
"connect",
"plugins",
"modules",
"querystring",
"rest",
"restful",
"web server",
"domains",
"subdomains",
"vhost",
"hosting",
"virtual hosts",
"request",
"response",
"dietjs",
"diet.js"
],
"bugs": {
"url": "http://github.com/adamhalasz/diet/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/adamhalasz/diet.git"
},
"license": "MIT",
"author": {
"name": "Halász Ádám",
"email": "[email protected]",
"url": "http://adamhalasz.com/"
},
"dependencies": {
"async": "^1.5.2",
"callsite": "^1.0.0",
"clone": "^1.0.2",
"colors": "^1.0.3",
"es6-iterator": "^0.1.1",
"etag": "^1.5.0",
"eventemitter2": "^0.4.14",
"ip": "^0.3.3",
"merge": "^1.2.0",
"mime": "^1.3.4",
"nextjs": "0.0.3",
"path-to-regexp": "^1.0.1",
"querystrings": ">=0.3.0",
"sugar": "^1.4.1"
},
"devDependencies": {
"coveralls": ">=2.11.2",
"istanbul": "~0.3.2",
"mocha": "~1.21.4",
"mocha-lcov-reporter": "0.0.1",
"request": "^2.48.0",
"should": "^8.2.2"
},
"main": "index.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "mocha tests",
"coveralls": "jscoverage tests tests-cov"
}
}