This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
74 lines (74 loc) · 1.47 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
{
"name": "aero",
"version": "2.1.0",
"description": "The fastest node.js framework.",
"repository": "aerojs/aero",
"homepage": "https://github.com/aerojs/aero",
"license": "GPL-3.0",
"main": "lib/index.js",
"dependencies": {
"autoprefixer-stylus": "0.x",
"bluebird": "3.x",
"brotli": "1.x",
"chalk": "1.x",
"image-size": "0.x",
"limiter": "1.x",
"load-class": "1.x",
"markdown-it": "8.x",
"mime-types": "2.x",
"mkdirp": "0.x",
"node-cache": "4.x",
"node-watch": "0.x",
"pem": "1.x",
"pug": "2.0.0-rc.4",
"request": ">=2.81.0",
"spdy": "3.x",
"strict-mode": "*",
"stylus": ">=0.54.0",
"uglify-es": ">=2.6.0",
"uws": ">=0.11.0"
},
"devDependencies": {
"aero-ajax": "*",
"aero-reset": "*",
"blue-tape": "*",
"coveralls": "*",
"istanbul": "*",
"tap-diff": "*"
},
"scripts": {
"demo": "node test/apps/demo",
"empty": "node test/apps/empty",
"test": "node test",
"coverage": "./node_modules/istanbul/lib/cli.js cover test",
"coveralls": "./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info"
},
"files": [
"cache",
"default",
"lib"
],
"keywords": [
"web",
"website",
"server",
"framework"
],
"directories": {
"lib": "lib",
"doc": "docs",
"example": "test/apps/demo",
"test": "test"
},
"engines": {
"node": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/aerojs/aero/issues"
},
"author": {
"name": "Eduard Urbach",
"email": "[email protected]",
"url": "https://blitzprog.org"
}
}