-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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
{
"name": "node-staticize",
"version": "1.1.2",
"description": "staticize middleware for expressjs sailsjs...",
"author": "MZMonster <bgdev@qq.com>",
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/MZMonster/staticize.git"
},
"keywords": [
"render",
"middleware",
"cache"
],
"dependencies": {
"bluebird": "^3.1.1",
"debug": "^2.2.0",
"event-stream": "^3.3.2",
"fresh": "^0.3.0",
"lodash": "^3.10.1",
"memory-cache": "^0.1.4",
"path-to-regexp": "^1.7.0",
"redis": "^2.5.3"
},
"devDependencies": {
"express": "^4.13.3",
"istanbul": "^0.4.1",
"koa": "^1.1.2",
"mocha": "^2.3.4",
"should": "^8.0.2",
"supertest": "^1.1.0"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MZMonster/staticize/issues"
},
"homepage": "https://github.com/MZMonster/staticize#readme",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
}
}